[Emacs] Remove some prettify symbols in Lisp modes

This commit is contained in:
Lucien Cartier-Tilet 2022-01-05 14:12:53 +01:00
parent 47a11d9473
commit f86344561e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 3 deletions

View File

@ -6936,9 +6936,6 @@ declare some symbols for the Lisp languages.
#+begin_src emacs-lisp
(setq-default lisp-prettify-symbols-alist '(("lambda" . ?λ)
("mapc" . ?↦)
("and" . ?∧)
("or" . ?)
("xor" . ?⊻)
("defun" . ?𝑓)
("defvar" . ?𝑣)
("defcustom" . ?𝑐)