From 9838e1c66b538efa84e28431da523664d49f49b2 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 25 Jul 2024 02:57:28 +0100 Subject: (Emacs/config)-t ligatures from Emacs lisp code --- Emacs/.config/emacs/config.org | 2 -- 1 file changed, 2 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index fe4aa9e..22b43d8 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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" . "∨") -- cgit v1.2.3-13-gbd6f