From 764f93497bea2058ae51466863a9659e7f4e2c8f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 27 Jun 2017 16:51:29 +0200 Subject: Emacs: Enable prettify-symbols-mode --- emacs/.emacs.d/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs') 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. -- cgit 1.4.1