diff options
author | Alan Pearce | 2017-06-27 16:51:29 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-27 16:51:29 +0200 |
commit | 764f93497bea2058ae51466863a9659e7f4e2c8f (patch) | |
tree | 4906fe00f8bf0735fd9ed65acbeab0c523459000 /emacs/.emacs.d/init.org | |
parent | 5194cca4d336e136caa5a0009c3f6e25e75b2a48 (diff) | |
download | nixfiles-764f93497bea2058ae51466863a9659e7f4e2c8f.tar.lz nixfiles-764f93497bea2058ae51466863a9659e7f4e2c8f.tar.zst nixfiles-764f93497bea2058ae51466863a9659e7f4e2c8f.zip |
Emacs: Enable prettify-symbols-mode
Diffstat (limited to 'emacs/.emacs.d/init.org')
-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. |