another one

This commit is contained in:
Sakooooo 2023-12-31 13:05:03 +04:00
parent 78cb1554ed
commit 85bb9db1ae
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -372,9 +372,12 @@ Cause emacs overlay lol
;; ;; Enable flashing mode-line on errors ;; ;; Enable flashing mode-line on errors
;; (doom-themes-visual-bell-config)) ;; (doom-themes-visual-bell-config))
(use-package timu-macos-theme ;; (use-package timu-macos-theme
:config ;; :config
(load-theme 'timu-macos t)) ;; (load-theme 'timu-macos t))
(use-package badger-theme
:config (load-theme 'badger 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