Remove unused Ex commands

This commit is contained in:
Henrik Lissner 2015-02-02 16:41:29 -05:00
parent 2793fce0ff
commit d42dacccc9
3 changed files with 0 additions and 55 deletions

View file

@ -31,14 +31,6 @@
(after "evil" (evil-ex-define-cmd "ref[actor]" 'emr-show-refactor-menu))))
;; todo's
(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)
;; (require 'evil-snipe)
;; (global-evil-snipe-mode 1)
(provide 'init-dev)
;;; init-dev.el ends here