FIX actually enable dash font lock
This commit is contained in:
parent
9437aaf7fa
commit
e01b966d05
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue