(Emacs/coonfig)-and/or ligatures in (Emacs)Lisp

This commit is contained in:
2024-08-16 12:22:00 +01:00
parent 733208b396
commit bc3cb22281

View File

@@ -3839,8 +3839,6 @@ Here I just setup Sly to use ~sbcl~.
(lisp-mode-hook
("lambda" . "λ")
("nil" . "Ø")
("and" . "")
("or" . "")
("<=" . "")
(">=" . "")
("defun" . "ƒ")
@@ -3852,8 +3850,6 @@ Here I just setup Sly to use ~sbcl~.
(emacs-lisp-mode-hook
("lambda" . "λ")
("nil" . "Ø")
("and" . "")
("or" . "")
("defun" . "ƒ")
("mapcar" . ""))
:general