Re-phrase org-vw comment as a todo. Magit shows todos now...
This commit is contained in:
parent
bdfdb3e332
commit
3c29cff2da
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user