summaryrefslogtreecommitdiff
path: root/.emacs.d/init-org.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-26 20:25:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-26 20:25:49 -0700
commitb8da559a5a7bb363ed047f7a7fdeecf36d44a3c2 (patch)
tree14695146fbb5ac805572cd7cffff999c523e3957 /.emacs.d/init-org.el
parent35f67acc5822e210391fee43ac54bc097d72ee2d (diff)
downloaddotfiles-b8da559a5a7bb363ed047f7a7fdeecf36d44a3c2.tar.gz
drop org-save-all-org-buffers timer
The doccheckin cron job calls this function, and more often, so no need for the Emacs timer.
Diffstat (limited to '.emacs.d/init-org.el')
-rw-r--r--.emacs.d/init-org.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/init-org.el b/.emacs.d/init-org.el
index e044003e..4396323f 100644
--- a/.emacs.d/init-org.el
+++ b/.emacs.d/init-org.el
@@ -738,9 +738,6 @@ different occasions."
(require 'org-agenda)
(bind-key (kbd "&") 'spw--org-agenda-priority-filter org-agenda-mode-map)
-;; save all Org buffers once an hour
-(run-at-time "00:59" 3600 'org-save-all-org-buffers)
-
;; auto-fill-mode
(add-hook 'org-mode-hook 'turn-on-auto-fill)