summaryrefslogtreecommitdiff
path: root/modules/emacs/README.org
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-04-03 17:02:06 -0300
committerLeonardo Santiago <[email protected]>2024-04-03 17:02:06 -0300
commita40fe388daee3bc72e423917f707cca760db4da8 (patch)
tree12264833820858368085dd17411bef2239f73121 /modules/emacs/README.org
parent4a02a11320eea134c3e0a113918b93a09354aede (diff)
change theme
Diffstat (limited to 'modules/emacs/README.org')
-rw-r--r--modules/emacs/README.org4
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"