forked from colonelpanic/dotfiles
Call dash-enable-font-lock at startup
This commit is contained in:
parent
1656570798
commit
d62e0a8106
@ -360,6 +360,13 @@ The packages in this section provide no functionality on their own, but provide
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package s :demand t)
|
(use-package s :demand t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** dash
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package dash
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(dash-enable-font-lock)))
|
||||||
|
#+END_SRC
|
||||||
*** gh
|
*** gh
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package gh
|
(use-package gh
|
||||||
|
Loading…
Reference in New Issue
Block a user