.
This commit is contained in:
parent
2df69a9410
commit
8ff919f78e
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue