aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-07-25 02:57:28 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-07-25 02:57:28 +0100
commit9838e1c66b538efa84e28431da523664d49f49b2 (patch)
tree11f7915ab6a8e0be8afe74238ee70a09bac5750f /Emacs
parent4a3fd8ffc2ad342f6bed40dd4d4f48cdee80a3d9 (diff)
downloaddotfiles-9838e1c66b538efa84e28431da523664d49f49b2.tar.gz
dotfiles-9838e1c66b538efa84e28431da523664d49f49b2.tar.bz2
dotfiles-9838e1c66b538efa84e28431da523664d49f49b2.zip
(Emacs/config)-t ligatures from Emacs lisp code
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org2
1 files changed, 0 insertions, 2 deletions
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" . "∨")