Skip to content

Commit

Permalink
Fontify helm-with-gensyms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed May 17, 2016
1 parent 8373a3c commit 4ab456a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
("(\\<\\(helm-while-no-input\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(helm-aif\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(helm-awhile\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(helm-acond\\)\\>" 1 font-lock-keyword-face))))
("(\\<\\(helm-acond\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(helm-with-gensyms\\)\\>" 1 font-lock-keyword-face))))


;;; Load the autoload file
Expand Down

0 comments on commit 4ab456a

Please sign in to comment.