Re-phrase org-vw comment as a todo. Magit shows todos now...

This commit is contained in:
MitchMarq42 2023-03-10 18:42:45 -09:00
parent bdfdb3e332
commit 3c29cff2da

View File

@ -51,8 +51,8 @@
"Org VimWiki mode." "Org VimWiki mode."
:lighter " VW" :lighter " VW"
:keymap (make-sparse-keymap) :keymap (make-sparse-keymap)
;; This is a hack, because hyperbole is scary. Ideal implementation would add ;; TODO: This is a hack, because hyperbole is scary. Ideal implementation
;; a proper case rather than this weird fallback. ;; would add a proper case rather than this weird fallback.
(require 'hyperbole) (require 'hyperbole)
(make-local-variable action-key-default-function) (make-local-variable action-key-default-function)
(setq-local action-key-default-function #'org-vw-make-newlink) (setq-local action-key-default-function #'org-vw-make-newlink)