Don't set org-agenda-files by default

Leave this to the user
This commit is contained in:
Henrik Lissner 2018-06-10 01:31:55 +02:00
parent 0ec4d6ee43
commit 9bd5cb862d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -127,7 +127,6 @@ unfold to point on startup."
(defun +org|setup-agenda ()
(setq-default
org-agenda-dim-blocked-tasks nil
org-agenda-files (ignore-errors (directory-files +org-dir t "\\.org$" t))
org-agenda-inhibit-startup t
org-agenda-skip-unavailable-files t)
;; Move the agenda to show the previous 3 days and the next 7 days for a bit