Skip to content

Commit

Permalink
Remove circadian-themes package
Browse files Browse the repository at this point in the history
Cool idea, but emacs just freezes for minutes every time we switch.
See guidoschmidt/circadian.el#28.
  • Loading branch information
luckysori committed Feb 17, 2024
1 parent 73f906e commit a9d8c3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .emacs
Original file line number Diff line number Diff line change
Expand Up @@ -535,15 +535,7 @@

(use-package ef-themes)

(use-package modus-themes)

(use-package
circadian
:config
(setq circadian-themes
'(("8:00" . modus-operandi-tinted)
("20:30" . modus-vivendi-tinted)))
(circadian-setup))
(use-package modus-themes :config (load-theme 'modus-operandi t))

;;; Rust:

Expand Down
1 change: 0 additions & 1 deletion lockfile.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
("cargo.el" . "225fdb846c702a193e58a98c1585bb3586a9aa86")
("cfrs" . "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")
("cider" . "ec97c88c46759afd929a415604311a3b2aecb338")
("circadian.el" . "52e336d9bb66cfd6d6dc5b9213ea21796ac873d4")
("clojure-mode" . "906d6a47a646d1191eaead6f8e1ae0810aa9b626")
("company-auctex" . "9400a2ec7459dde8cbf1a5d50dfee4e300ed7e18")
("company-mode" . "84b111f26663c65cb9e465a028c9558332b4951b")
Expand Down

0 comments on commit a9d8c3e

Please sign in to comment.