Skip to content

Commit

Permalink
[SPACEMACS] add several agenda files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanarin committed Aug 2, 2019
1 parent a633560 commit b067520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,9 @@ dump."
(with-eval-after-load 'org
;; Autohide markup elements
(setq org-hide-emphasis-markers t)
(setq org-agenda-files (append
(directory-files-recursively "~/Desktop/python_course_program" "**.org")
(file-expand-wildcards "~/org/*.org")))
)
)

Expand Down

0 comments on commit b067520

Please sign in to comment.