all repos — nixfiles @ 764f93497bea2058ae51466863a9659e7f4e2c8f

System and user configuration, managed by nix and home-manager

Emacs: Enable prettify-symbols-mode

Alan Pearce
commit

764f93497bea2058ae51466863a9659e7f4e2c8f

parent

5194cca4d336e136caa5a0009c3f6e25e75b2a48

1 file changed, 7 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -258,6 +258,13 @@ (setq font-lock-maximum-decoration '((dired-mode . 1)
(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.