elisp: fontify ex-local! macro calls

This commit is contained in:
Henrik Lissner 2016-06-09 00:29:22 -04:00
parent 66a30074d6
commit 9ad1d48a10

View file

@ -46,7 +46,7 @@
(,(concat
"(\\("
(regexp-opt '("λ" "in" "map" "after" "shut-up" "add-hook"
"associate" "define-org-link" "ex"
"associate" "define-org-link" "ex" "ex-local"
"define-org-section" "set" "noop"))
"!\\)")
(1 font-lock-keyword-face append))