From e353d8965b33e322020e0fcb2490c8546ae35227 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 30 May 2024 18:53:38 +0200 Subject: [PATCH] Dont prettify lambda --- bundle/bundle--lisp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)