diff options
Diffstat (limited to 'modules/emacs')
-rw-r--r-- | modules/emacs/README.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index a82a5e2..f4bd2a1 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -28,8 +28,8 @@ You can also use it as a ~nixosModule~, in order to add additional packages like ** Theme and font #+begin_src emacs-lisp :tangle yes (use-package modus-themes) -(use-package kanagawa-theme) -(load-theme 'kanagawa t) +; (use-package kanagawa-theme) +(load-theme 'tsdh-light t) (set-face-attribute 'default nil :family "Iosevka Nerd Font" |