From 8f8519561a5e99402f9b8457de6dfd2b28cd7639 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 24 Sep 2022 18:59:50 -0800 Subject: [PATCH] Hyperbole loads when org does, for my hacky wiki thingy --- lisp/mitch-orgstuff.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mitch-orgstuff.el b/lisp/mitch-orgstuff.el index f5e303e..20d017d 100644 --- a/lisp/mitch-orgstuff.el +++ b/lisp/mitch-orgstuff.el @@ -53,6 +53,7 @@ :keymap (make-sparse-keymap) ;; 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) ;; General: