Are there support groups for emacs addicts?
This commit is contained in:
parent
e40c4dc6da
commit
230b707413
5 changed files with 26 additions and 10 deletions
|
@ -32,8 +32,7 @@
|
|||
(after "evil" (evil-ex-define-cmd "ref[actor]" 'emr-show-refactor-menu))))
|
||||
|
||||
;; todo's
|
||||
(use-package hl-todo
|
||||
:init (add-hook! 'after-init-hook (add-hook 'find-file-hook 'hl-todo-mode)))
|
||||
(use-package hl-todo :init (add-hook 'find-file-hook 'hl-todo-mode))
|
||||
(use-package helm-todo :commands my:helm-todo-search)
|
||||
(evil-ex-define-cmd "todo" 'my:helm-todo)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue