diff options
-rw-r--r-- | tag-emacs/emacs.d/init.org | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index aa4cb29..98f747d 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -103,13 +103,8 @@ Ring the bell sometimes, but not so often (ding)))) #+END_SRC -When I’m using dash in emacs lisp, it’s nice to have proper font -locking for it. #+BEGIN_SRC emacs-lisp - (use-package dash - :commands (dash-enable-font-lock) - :init (progn - (add-hook 'emacs-lisp-mode-hook #'dash-enable-font-lock))) + (use-package dash) #+END_SRC ** Colours |