From 9ad1d48a106eee1f9e0a7dc151aa777d8c48bbad Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 9 Jun 2016 00:29:22 -0400 Subject: [PATCH] elisp: fontify ex-local! macro calls --- modules/module-elisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module-elisp.el b/modules/module-elisp.el index d1aabf650..58b696630 100644 --- a/modules/module-elisp.el +++ b/modules/module-elisp.el @@ -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))