diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:35:51 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:35:51 -0500 |
commit | 984502de0ff248778bb2054ba40797f0ad5d68b0 (patch) | |
tree | 16ea07b8bc527ebc4a562e94111095e030152a05 /.config/emacs/user-interface.org | |
parent | f2d1dddbd590db4b3aa2837108d914b701f93bfb (diff) |
update feed
Diffstat (limited to '.config/emacs/user-interface.org')
-rw-r--r-- | .config/emacs/user-interface.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/user-interface.org b/.config/emacs/user-interface.org index 5a88df5..b5a860d 100644 --- a/.config/emacs/user-interface.org +++ b/.config/emacs/user-interface.org @@ -6,7 +6,7 @@ Set the default font to the Source Code Pro nerd font variant. I use size 14 fon (set-face-attribute 'default t :font "Sauce Code Pro Nerd Font-14") #+end_src -Use the Doom Nord light theme. +Use my custom Emacs theme. #+begin_src emacs-lisp :tangle ~/.config/emacs/user-interface.el :mkdirp yes (use-package doom-themes :straight (doom-themes :type git :host github :repo "doomemacs/themes" |