Emacs: use hl-todo

This commit is contained in:
Marcel Kapfer 2017-11-28 00:12:45 +01:00
parent 99777f312f
commit ce99e2edfb
1 changed files with 6 additions and 0 deletions

View File

@ -870,3 +870,9 @@
(add-to-list 'desktop-modes-not-to-save mode))
(add-to-list 'desktop-files-not-to-save (rx bos "COMMIT_EDITMSG")))
;; hl-todo
;; highlight TODOs and similar keywords
(use-package hl-todo
:defer t
:init (global-hl-todo-mode))