Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions yequake.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down