Dont prettify lambda
This commit is contained in:
parent
dabbf8500a
commit
e353d8965b
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
|
||||
(use-package lisp-mode
|
||||
:ensure nil
|
||||
:hook ((lisp-mode . prettify-symbols-mode)
|
||||
(lisp-mode . (lambda ()
|
||||
:hook ((lisp-mode . (lambda ()
|
||||
(face-remap-add-relative 'font-lock-function-name-face nil :underline t)
|
||||
(face-remap-add-relative 'font-lock-keyword-face nil :slant 'italic))))
|
||||
:mode (("\\.lisp$" . lisp-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue