summary refs log tree commit diff stats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-06-27 16:51:29 +0200
committerAlan Pearce2017-06-27 16:51:29 +0200
commit764f93497bea2058ae51466863a9659e7f4e2c8f (patch)
tree4906fe00f8bf0735fd9ed65acbeab0c523459000 /emacs/.emacs.d/init.org
parent5194cca4d336e136caa5a0009c3f6e25e75b2a48 (diff)
downloaddotfiles-764f93497bea2058ae51466863a9659e7f4e2c8f.tar.lz
dotfiles-764f93497bea2058ae51466863a9659e7f4e2c8f.tar.zst
dotfiles-764f93497bea2058ae51466863a9659e7f4e2c8f.zip
Emacs: Enable prettify-symbols-mode
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 2082f88..87ac27b 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.