Update emacs.org

This commit is contained in:
Sakooooo 2023-12-23 00:00:18 +04:00 committed by GitHub
parent 3888110e5b
commit 06a67cc325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -386,10 +386,11 @@ Should make startup faster, taken from doom-emacs
;; ;; Enable flashing mode-line on errors
;; (doom-themes-visual-bell-config))
(use-package nano-theme
(use-package kanagawa-theme
:straight t
:config
(load-theme 'nano-dark t))
(load-theme 'kanagawa t))
#+end_src
** All the Icons (to make doom-themes happy)
#+begin_src emacs-lisp