Skip to content

Commit

Permalink
Add midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Apr 7, 2024
1 parent 1eb63d1 commit 873e993
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cats/+default.el
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,8 @@
("Profiler"
(("s" profiler-start "start")
("r" (progn (profiler-report) (profiler-stop)) "stop & report" :exit t)))))

(use-package midnight
:ensure nil
:hook
(after-init . midnight-mode))

0 comments on commit 873e993

Please sign in to comment.