diff options
-rw-r--r-- | emacs/.emacs.d/init.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 2082f884..87ac27ba 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -258,6 +258,13 @@ on the right things. (t . 1))) #+END_SRC +Make symbols prettier. Turns out, in many cases, this is already +configured, just not enabled. + +#+BEGIN_SRC emacs-lisp +(global-prettify-symbols-mode +1) +#+END_SRC + ** Page Breaks By default, Emacs displays page breaks as ^L. Lines look much nicer. |