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