FIX actually enable dash font lock

This commit is contained in:
Nathan Dwarshuis 2019-12-19 12:13:38 -05:00
parent 9437aaf7fa
commit e01b966d05
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Some useful external libraries that I use all over the place
(use-package dash (use-package dash
:straight t :straight t
:config :config
(setq dash-enable-fontlock t)) (dash-enable-font-lock))
#+END_SRC #+END_SRC
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp