diff --git a/lisp/mitch-orgstuff.el b/lisp/mitch-orgstuff.el index 929bfaf..59ea4f3 100644 --- a/lisp/mitch-orgstuff.el +++ b/lisp/mitch-orgstuff.el @@ -51,8 +51,8 @@ "Org VimWiki mode." :lighter " VW" :keymap (make-sparse-keymap) - ;; This is a hack, because hyperbole is scary. Ideal implementation would add - ;; a proper case rather than this weird fallback. + ;; TODO: This is a hack, because hyperbole is scary. Ideal implementation + ;; would add a proper case rather than this weird fallback. (require 'hyperbole) (make-local-variable action-key-default-function) (setq-local action-key-default-function #'org-vw-make-newlink)