From 623e348e8f34cec5a91553094ff55f36504fe3df Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 20 Aug 2014 22:04:12 +0100 Subject: Emacs: Enable fontification of dash keywords --- tag-emacs/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 7350a7c..5fff78c 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -836,6 +836,11 @@ mouse-1: Display Line and Column Mode Menu")))))) ;;;; Projects +(req-package dash + :init (setq dash-enable-fontlock t) + :config (progn + (dash--enable-fontlock 'dash-enable-font-lock t))) + (req-package projectile :bind (("C-c C-f" . projectile-find-file) ("s-x s-f" . projectile-find-file) -- cgit 1.4.1