From 948e2752bedadd541c0340e773d1b5249c43540a Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 24 Apr 2024 02:33:01 +0200 Subject: [PATCH] Let's remove the customization of prettify-symbols-mode --- init.org | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/init.org b/init.org index 14c1f36..155ee95 100644 --- a/init.org +++ b/init.org @@ -572,18 +572,6 @@ #+end_src - New in Emacs 24.4 is the =prettify-symbols-mode=! It's neat. - - #+begin_src emacs-lisp - - (setq-default prettify-symbols-alist '(("lambda" . ?λ) - ("delta" . ?Δ) - ("gamma" . ?Γ) - ("phi" . ?φ) - ("psi" . ?ψ))) - - #+end_src - ** Centering with Olivetti [[https://github.com/rnkn/olivetti][Olivetti]] is a package that simply centers the text of a buffer. It is very