This commit is contained in:
Daniel Ziltener 2023-12-30 00:44:37 +01:00
parent 2df69a9410
commit 8ff919f78e
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -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