Update
This commit is contained in:
@@ -15,37 +15,17 @@
|
||||
:hook (elpaca-after-init . solaire-global-mode))
|
||||
(use-package ef-themes
|
||||
:ensure t
|
||||
:init
|
||||
;; This makes the Modus commands listed below consider only the Ef
|
||||
;; themes. For an alternative that includes Modus and all
|
||||
;; derivative themes (like Ef), enable the
|
||||
;; `modus-themes-include-derivatives-mode' instead. The manual of
|
||||
;; the Ef themes has a section that explains all the possibilities:
|
||||
;;
|
||||
;; - Evaluate `(info "(ef-themes) Working with other Modus themes or taking over Modus")'
|
||||
;; - Visit <https://protesilaos.com/emacs/ef-themes#h:6585235a-5219-4f78-9dd5-6a64d87d1b6e>
|
||||
(ef-themes-take-over-modus-themes-mode 1)
|
||||
:bind
|
||||
(("<f5>" . modus-themes-rotate)
|
||||
("C-<f5>" . modus-themes-select)
|
||||
("M-<f5>" . modus-themes-load-random))
|
||||
:defer nil
|
||||
:config
|
||||
;; All customisations here.
|
||||
(setq modus-themes-mixed-fonts t)
|
||||
(setq modus-themes-italic-constructs t)
|
||||
|
||||
;; Finally, load your theme of choice (or a random one with
|
||||
;; `modus-themes-load-random', `modus-themes-load-random-dark',
|
||||
;; `modus-themes-load-random-light').
|
||||
(modus-themes-load-theme 'ef-day))
|
||||
(load-theme 'ef-day))
|
||||
|
||||
(use-package rainbow-delimiters
|
||||
:hook ((prog-mode . rainbow-delimiters-mode)
|
||||
(typst-ts-mode . rainbow-delimiters-mode)
|
||||
(foo-mode . rainbow-delimiters-mode)))
|
||||
|
||||
(use-package doom-modeline
|
||||
:hook (elpaca-after-init . doom-modeline-mode))
|
||||
;; (use-package doom-modeline
|
||||
;; :hook (elpaca-after-init . doom-modeline-mode))
|
||||
(use-package minions
|
||||
:hook elpaca-after-init)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user