Emacs org-mode: updated file(s) list

This commit is contained in:
Marcel Kapfer 2019-02-02 17:14:41 +01:00
parent 21b38fb699
commit b8dcc62259
No known key found for this signature in database
GPG Key ID: 2DD1043A5603FCED
1 changed files with 4 additions and 5 deletions

View File

@ -450,11 +450,10 @@
;; set default agenda file
(setq org-agenda-files (list "~/cloud/org/todo.org"
"~/cloud/org/notes.org"
"~/cloud/org/projects.org")
org-agenda-text-search-extra-files (list "~/cloud/org/finance.org"
"~/cloud/org/emacs-magic.org"
"~/cloud/org/wiki.org"))
"~/cloud/org/projects.org"
"~/cloud/org/projects/")
org-agenda-text-search-extra-files (list "~/cloud/org/archive/"
"~/cloud/org/articles/"))
;; set priority range from A to C with A being the highest
(setq org-priority-faces '((?A . (:foreground "#F0DFAF" :weight bold))