diff options
| author | Raul Benencia <id@rbenencia.name> | 2022-06-29 08:18:21 -0700 | 
|---|---|---|
| committer | Raul Benencia <id@rbenencia.name> | 2022-06-29 08:18:21 -0700 | 
| commit | 30e6dbe94e42e8cd4c689f0d3b8ce59616a79459 (patch) | |
| tree | 79997a50923c763d2b459fde0f58d20a2dee386a /.emacs.local.d/modes | |
| parent | f1b20d873c73d30204fb9b0c17f52cc22020620a (diff) | |
emacs: use my-org-agenda-files
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/org.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index 7c20e3c..6f95a02 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -112,7 +112,7 @@  (setq org-refile-allow-creating-parent-nodes (quote confirm))  ;; AGENDA VIEW ;; - +(setq org-agenda-files my-org-agenda-files)  ;; Do not dim blocked tasks  (setq org-agenda-dim-blocked-tasks nil) | 
