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 :hook
(scheme-mode . (lambda () (scheme-mode . (lambda ()
(setq-local prettify-symbols-alist (setq-local prettify-symbols-alist
'(("(lambda " . "(λ ") '(("lambda" . "λ")
("(compose " . "( ") ("compose" . "")
("(and " . "( ") ("and" . "")
("(or " . "( ") ("or" . "")
("(not " . "(¬ ")))))) ("not" . "¬"))))))
(defun flymake-chicken-init () (defun flymake-chicken-init ()
(add-hook flymake-diagnostic-functions (add-hook flymake-diagnostic-functions