From 3c29cff2da004a2b4342d16683350a65826d7b61 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 10 Mar 2023 18:42:45 -0900 Subject: [PATCH] Re-phrase org-vw comment as a todo. Magit shows todos now... --- lisp/mitch-orgstuff.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)