From f26e3f7432eda8b1f1fb3f2830015a735aeea6eb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 18 Mar 2016 11:20:30 +0100 Subject: Emacs: Remove dash font-locking --- tag-emacs/emacs.d/init.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tag-emacs/emacs.d') 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 -- cgit 1.4.1