(Emacs/config)-t ligatures from Emacs lisp code

This commit is contained in:
2024-07-25 02:57:28 +01:00
parent 4a3fd8ffc2
commit 9838e1c66b

View File

@@ -3723,7 +3723,6 @@ Here I just setup Sly to use ~sbcl~.
:pretty
(lisp-mode-hook
("lambda" . "λ")
("t" . "")
("nil" . "Ø")
("and" . "")
("or" . "")
@@ -3737,7 +3736,6 @@ Here I just setup Sly to use ~sbcl~.
("every" . ""))
(emacs-lisp-mode-hook
("lambda" . "λ")
("t" . "")
("nil" . "Ø")
("and" . "")
("or" . "")