(Emacs)~changed unicode characters for :pretty display

This commit is contained in:
2023-10-13 03:17:37 +01:00
parent 3a89df5f2a
commit a1dcf20608

View File

@@ -1599,8 +1599,8 @@ Tons of stuff, namely:
("true" . "") ("true" . "")
("false" . "") ("false" . "")
("!" . "¬") ("!" . "¬")
("&&" . "") ("&&" . "")
("||" . "") ("||" . "")
("for" . "") ("for" . "")
("return" . "")) ("return" . ""))
(c++-mode-hook (c++-mode-hook
@@ -1615,8 +1615,8 @@ Tons of stuff, namely:
("true" . "") ("true" . "")
("false" . "") ("false" . "")
("!" . "¬") ("!" . "¬")
("&&" . "") ("&&" . "")
("||" . "") ("||" . "")
("for" . "") ("for" . "")
("return" . "")) ("return" . ""))
:init :init
@@ -1807,8 +1807,8 @@ omnisharp.
("true" . "") ("true" . "")
("false" . "") ("false" . "")
("!" . "¬") ("!" . "¬")
("&&" . "") ("&&" . "")
("||" . "") ("||" . "")
("for" . "") ("for" . "")
("return" . ""))) ("return" . "")))
#+end_src #+end_src
@@ -1828,8 +1828,8 @@ features to be fair.
("true" . "") ("true" . "")
("false" . "") ("false" . "")
("!" . "¬") ("!" . "¬")
("&&" . "") ("&&" . "")
("||" . "") ("||" . "")
("for" . "") ("for" . "")
("return" . "")) ("return" . ""))
:config :config
@@ -1917,8 +1917,8 @@ source code blocks.
("True" . "") ("True" . "")
("False" . "") ("False" . "")
("!" . "¬") ("!" . "¬")
("&&" . "") ("&&" . "")
("||" . "") ("||" . "")
("for" . "") ("for" . "")
("print" . "φ") ("print" . "φ")
("lambda" . "λ") ("lambda" . "λ")
@@ -2087,15 +2087,15 @@ appropriately.
:straight nil :straight nil
:pretty :pretty
(lisp-mode-hook (lisp-mode-hook
("lambda" . "λ") ("lambda" . "λ")
("t" . "") ("t" . "")
("nil" . "Ø") ("nil" . "Ø")
("and" . "") ("and" . "")
("or" . "") ("or" . "")
("defun" . "ƒ") ("defun" . "ƒ")
("for" . "") ("for" . "")
("mapc" . "") ("mapc" . "")
("mapcar" . "")) ("mapcar" . ""))
:general :general
(:states '(normal motion visual) (:states '(normal motion visual)
:keymaps '(emacs-lisp-mode-map lisp-mode-map) :keymaps '(emacs-lisp-mode-map lisp-mode-map)