Disable agenda follow in org

This commit is contained in:
Tony Grosinger 2019-12-23 07:57:58 -08:00
parent d4147fee3f
commit 2fb10060f4

View File

@ -373,7 +373,7 @@ you should place your code here."
(spacemacs/set-leader-keys-for-major-mode 'org-mode "st" 'archive-task-today)
;; Agenda
(setq org-agenda-start-with-follow-mode t)
;;(setq org-agenda-start-with-follow-mode t)
(setq org-agenda-skip-scheduled-if-done t)
(setq org-agenda-skip-deadline-if-done t)
(setq org-deadline-warning-days 30)