Hyperbole loads when org does, for my hacky wiki thingy
This commit is contained in:
parent
e18f6e3936
commit
8f8519561a
@ -53,6 +53,7 @@
|
|||||||
:keymap (make-sparse-keymap)
|
:keymap (make-sparse-keymap)
|
||||||
;; This is a hack, because hyperbole is scary. Ideal implementation would add
|
;; This is a hack, because hyperbole is scary. Ideal implementation would add
|
||||||
;; a proper case rather than this weird fallback.
|
;; a proper case rather than this weird fallback.
|
||||||
|
(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)
|
||||||
;; General:
|
;; General:
|
||||||
|
Loading…
Reference in New Issue
Block a user