aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/settings/init-org.el')
-rw-r--r--emacs/settings/init-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/settings/init-org.el b/emacs/settings/init-org.el
index 8dd1154..cf6fce4 100644
--- a/emacs/settings/init-org.el
+++ b/emacs/settings/init-org.el
@@ -55,6 +55,9 @@ the entire subtree. Idea taken from @aaronbieber"
;; TODO: wc mode in org-mode
+;; TODO: shortcut for making an org link, and transforming a link into a proper
+;; org link
+
(with-eval-after-load 'evil
; TODO: doesn't work
(define-key global-map (kbd "M-h") 'help-command)