mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add :todo and doom/ivy-tasks
This commit is contained in:
@ -100,6 +100,12 @@ DIR specifies the default-directory from which ag is run."
|
||||
(interactive "<r><a><!>")
|
||||
(doom:ivy-ag-search beg end search regex-p default-directory))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/ivy-tasks ()
|
||||
(interactive)
|
||||
;; TODO Something a little nicer
|
||||
(counsel-ag " (TODO|FIXME|NOTE) " (doom/project-root)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom*counsel-ag-function (string extra-ag-args)
|
||||
"Advice to get rid of the character limit from `counsel-ag-function', which
|
||||
|
@ -77,6 +77,7 @@
|
||||
(ex! "build" 'doom:build)
|
||||
(ex! "debug" 'doom:debug)
|
||||
(ex! "er[rors]" 'doom/flycheck-errors)
|
||||
(ex! "todo" 'doom/ivy-tasks)
|
||||
(ex! "ma[ke]" 'doom:build)
|
||||
|
||||
;; File operations
|
||||
|
Reference in New Issue
Block a user