Emacs: Enable fontification of dash keywords
1 file changed, 5 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-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)