Revert "Add a couple cells to lisp-prettify-symbols-alist"
This reverts commit bdda4855c6
.
This commit is contained in:
parent
0ea47a6159
commit
098d29af10
1 changed files with 1 additions and 4 deletions
|
@ -168,10 +168,7 @@
|
|||
(defvar lisp-doc-string-elt-property 'doc-string-elt
|
||||
"The symbol property that holds the docstring position info.")
|
||||
|
||||
(defconst lisp-prettify-symbols-alist
|
||||
'(("lambda" . ?λ)
|
||||
("sqrt" . ?√)
|
||||
("not" . ?¬))
|
||||
(defconst lisp-prettify-symbols-alist '(("lambda" . ?λ))
|
||||
"Alist of symbol/\"pretty\" characters to be displayed.")
|
||||
|
||||
;;;; Font-lock support.
|
||||
|
|
Loading…
Add table
Reference in a new issue