]> git.earman.xyz Git - emacsinit.git/commitdiff
Remove malfunctioning hook
authorrearman <rearman@r717.net>
Tue, 7 Apr 2026 12:42:42 +0000 (08:42 -0400)
committerrearman <rearman@r717.net>
Tue, 7 Apr 2026 12:42:42 +0000 (08:42 -0400)
hook for save on state chenge didn't seem to work - removing

re/re-org.el

index ec68dab22d18eb4996af6a6de10802e1e68ea129..949c064bc172273fe9a815eb48073092bc02968e 100644 (file)
                                            org-attach-id-uuid-folder-format))
 
 (advice-add 'org-refile :after (lambda (&rest _) (re/org-save-all)))
-(add-hook 'org-trigger-hook (lambda (&rest _) (re/org-save-all)))
 \f
 ;; Archiving (use re/org-archive-all periodically)
 (setq org-archive-location (concat "~/org/old.org_archive::datetree/")