diff options
author | Leonardo Santiago <[email protected]> | 2024-04-03 17:02:06 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-04-03 17:02:06 -0300 |
commit | a40fe388daee3bc72e423917f707cca760db4da8 (patch) | |
tree | 12264833820858368085dd17411bef2239f73121 /modules/emacs | |
parent | 4a02a11320eea134c3e0a113918b93a09354aede (diff) |
change theme
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" |