Update emacs.org
This commit is contained in:
parent
3888110e5b
commit
06a67cc325
|
@ -386,10 +386,11 @@ Should make startup faster, taken from doom-emacs
|
||||||
;; ;; Enable flashing mode-line on errors
|
;; ;; Enable flashing mode-line on errors
|
||||||
;; (doom-themes-visual-bell-config))
|
;; (doom-themes-visual-bell-config))
|
||||||
|
|
||||||
(use-package nano-theme
|
(use-package kanagawa-theme
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config
|
||||||
(load-theme 'nano-dark t))
|
(load-theme 'kanagawa t))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** All the Icons (to make doom-themes happy)
|
** All the Icons (to make doom-themes happy)
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue