hl-todo: Rebind hl-todo-occur to "M-s t"

master
Pierre Neidhardt 2018-07-13 17:42:47 +02:00
parent 2df6b2022d
commit 2392aeeb15
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
(when (require 'hl-todo nil t)
(global-hl-todo-mode)
;; (global-set-key (kbd "M-s M-o") 'hl-todo-occur)
(define-key hl-todo-mode-map (kbd "M-s M-o") 'hl-todo-occur))
(define-key hl-todo-mode-map (kbd "M-s t") 'hl-todo-occur))
;;; Iedit
(nconc package-selected-packages '(iedit))