diff options
Diffstat (limited to 'common/.config/emacs/init.el.org')
-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) |