Call dash-enable-font-lock at startup

This commit is contained in:
Ivan Malison 2016-08-10 11:57:11 -07:00
parent 1656570798
commit d62e0a8106
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -360,6 +360,13 @@ The packages in this section provide no functionality on their own, but provide
#+BEGIN_SRC emacs-lisp
(use-package s :demand t)
#+END_SRC
*** dash
#+BEGIN_SRC emacs-lisp
(use-package dash
:config
(progn
(dash-enable-font-lock)))
#+END_SRC
*** gh
#+BEGIN_SRC emacs-lisp
(use-package gh