hl-todo: Add REVIEW keyword

master
Pierre Neidhardt 2018-07-17 11:01:59 +02:00
parent fff9001582
commit b28a7e4963
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@
;;; Highlight
(nconc package-selected-packages '(hl-todo))
(when (require 'hl-todo nil t)
(add-to-list 'hl-todo-keyword-faces `("REVIEW" . ,(alist-get "TODO" hl-todo-keyword-faces nil nil 'equal)))
(global-hl-todo-mode)
;; (global-set-key (kbd "M-s M-o") 'hl-todo-occur)
(define-key hl-todo-mode-map (kbd "M-s t") 'hl-todo-occur))