.
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
|
: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
|
||||||
|
|
Loading…
Reference in a new issue