diff --git a/home/emacs/init.el b/home/emacs/init.el index 9407715..cd43ba2 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -849,11 +849,11 @@ Point must be at the beginning of balanced expression (sexp)." :hook (scheme-mode . (lambda () (setq-local prettify-symbols-alist - '(("(lambda " . "(λ ") - ("(compose " . "(∘ ") - ("(and " . "(∧ ") - ("(or " . "(∨ ") - ("(not " . "(¬ ")))))) + '(("lambda" . "λ") + ("compose" . "∘") + ("and" . "∧") + ("or" . "∨") + ("not" . "¬")))))) (defun flymake-chicken-init () (add-hook flymake-diagnostic-functions