all repos — nixfiles @ 623e348e8f34cec5a91553094ff55f36504fe3df

System and user configuration, managed by nix and home-manager

Emacs: Enable fontification of dash keywords
Alan Pearce alan@alanpearce.co.uk
Wed, 20 Aug 2014 22:04:12 +0100
commit

623e348e8f34cec5a91553094ff55f36504fe3df

parent

1a828301e51f27aaa5855eff5d7d13740bd4cad8

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -836,6 +836,11 @@ :bind (("C-c C-e" . quickrun))) 
 ;;;; 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)