diff --git a/bundle/bundle--lisp.el b/bundle/bundle--lisp.el index e041e4d2..c8fcf0d5 100644 --- a/bundle/bundle--lisp.el +++ b/bundle/bundle--lisp.el @@ -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)