Hyperbole loads when org does, for my hacky wiki thingy

This commit is contained in:
MitchMarq42 2022-09-24 18:59:50 -08:00
parent e18f6e3936
commit 8f8519561a

View File

@ -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: