summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-03-18 11:20:30 +0100
committerAlan Pearce2016-03-18 11:20:30 +0100
commitf26e3f7432eda8b1f1fb3f2830015a735aeea6eb (patch)
treedca531780dd5f5d8128e3f53df1253b0b6f0999e /tag-emacs/emacs.d
parent5b5f0d195a04289301848a8ff454185b80b5948b (diff)
downloaddotfiles-f26e3f7432eda8b1f1fb3f2830015a735aeea6eb.tar.lz
dotfiles-f26e3f7432eda8b1f1fb3f2830015a735aeea6eb.tar.zst
dotfiles-f26e3f7432eda8b1f1fb3f2830015a735aeea6eb.zip
Emacs: Remove dash font-locking
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org7
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