From 9cac262fe7ccdbd39a826f35e9749c2f34215a77 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 17:22:34 +0100 Subject: Enable prettify-symbols-mode for prog-mode --- .emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 0fd1f11..f98c20b 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -260,6 +260,12 @@ (add-hook 'python-mode-hook #'init-set-python-symbols) #+END_SRC + Now just turn it on for =prog-mode=. + + #+BEGIN_SRC emacs-lisp + (add-hook 'prog-mode-hook 'prettify-symbols-mode) + #+END_SRC + * Slime implementations I usually use [[http://sbcl.org][SBCL]], but sometimes also [[http://www.clisp.org/][GNU CLISP]]. -- cgit v1.2.3-54-g00ecf