diff --git a/yequake.el b/yequake.el index 1518f29..ee091ca 100644 --- a/yequake.el +++ b/yequake.el @@ -263,6 +263,7 @@ hook. Note: if another Yequake frame is toggled before the capture is finalized, when the capture is finalized, the wrong Yequake frame will be toggled." + (require 'org) (let* ((remove-hook-fn (lambda () (remove-hook 'org-capture-after-finalize-hook #'yequake-retoggle)))) (add-hook 'org-capture-after-finalize-hook remove-hook-fn)