diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 22:07:40 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 22:07:40 -0600 |
commit | 270e0893878ba7fde2f0a3b3d4d557557abf10c9 (patch) | |
tree | 1eb7da0ac5bf1ff2073d85f729b77f389d8255e7 /common | |
parent | 5b2cf4b7dd326457f6f1ada48b345bd88955b2c3 (diff) |
fancy text idk
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/init.el.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 12586b1..22b88b7 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -66,7 +66,7 @@ Make Emacs use the correct =PATH= variable as macOS fails to load the =PATH= var * Appearance -Set up fonts. I use Source Code Pro (Nerd Font) for monospace and Computer Modern for variable width. +Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Modern for /variable width/. #+begin_src emacs-lisp (defvar jj/mono-font) (defvar jj/var-font) |