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
|
(defvar lisp-doc-string-elt-property 'doc-string-elt
|
||||||
"The symbol property that holds the docstring position info.")
|
"The symbol property that holds the docstring position info.")
|
||||||
|
|
||||||
(defconst lisp-prettify-symbols-alist
|
(defconst lisp-prettify-symbols-alist '(("lambda" . ?λ))
|
||||||
'(("lambda" . ?λ)
|
|
||||||
("sqrt" . ?√)
|
|
||||||
("not" . ?¬))
|
|
||||||
"Alist of symbol/\"pretty\" characters to be displayed.")
|
"Alist of symbol/\"pretty\" characters to be displayed.")
|
||||||
|
|
||||||
;;;; Font-lock support.
|
;;;; Font-lock support.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue