mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add narf/org-open-todo
This commit is contained in:
@ -5,6 +5,11 @@
|
||||
(interactive)
|
||||
(find-file org-default-notes-file))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/org-open-todo ()
|
||||
(interactive)
|
||||
(find-file org-default-todo-file))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/org-insert-item (direction)
|
||||
"Inserts a new heading or item, depending on the context."
|
||||
|
Reference in New Issue
Block a user