[Emacs] Remove some prettify symbols in Lisp modes
This commit is contained in:
parent
47a11d9473
commit
f86344561e
@ -6936,9 +6936,6 @@ declare some symbols for the Lisp languages.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq-default lisp-prettify-symbols-alist '(("lambda" . ?λ)
|
(setq-default lisp-prettify-symbols-alist '(("lambda" . ?λ)
|
||||||
("mapc" . ?↦)
|
("mapc" . ?↦)
|
||||||
("and" . ?∧)
|
|
||||||
("or" . ?∨)
|
|
||||||
("xor" . ?⊻)
|
|
||||||
("defun" . ?𝑓)
|
("defun" . ?𝑓)
|
||||||
("defvar" . ?𝑣)
|
("defvar" . ?𝑣)
|
||||||
("defcustom" . ?𝑐)
|
("defcustom" . ?𝑐)
|
||||||
|
Loading…
Reference in New Issue
Block a user