diff options
author | Alan Pearce | 2016-03-18 11:20:30 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-18 11:20:30 +0100 |
commit | f26e3f7432eda8b1f1fb3f2830015a735aeea6eb (patch) | |
tree | dca531780dd5f5d8128e3f53df1253b0b6f0999e /tag-emacs | |
parent | 5b5f0d195a04289301848a8ff454185b80b5948b (diff) | |
download | nixfiles-f26e3f7432eda8b1f1fb3f2830015a735aeea6eb.tar.lz nixfiles-f26e3f7432eda8b1f1fb3f2830015a735aeea6eb.tar.zst nixfiles-f26e3f7432eda8b1f1fb3f2830015a735aeea6eb.zip |
Emacs: Remove dash font-locking
Diffstat (limited to 'tag-emacs')
-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 aa4cb293..98f747d4 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 |