diff options
| -rw-r--r-- | emacs/.emacs.d/init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 8972f65..fa3f069 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -821,6 +821,12 @@ Highlight diffs in the fringe. (use-package rainbow-delimiters) #+end_src +* Mixed Pitch Mode + +#+begin_src emacs-lisp + (use-package mixed-pitch) +#+end_src + * Custom Change the file where =customize= stores its settings. |
