org: remove noter from agenda files
Add multisession to .gitignore
This commit is contained in:
parent
f19b89e423
commit
880b76305b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,3 +20,4 @@
|
|||
/image-dired/
|
||||
/ellama-sessions/
|
||||
*.sqlite
|
||||
/multisession/
|
||||
|
|
|
@ -153,7 +153,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
org-agenda-files (list
|
||||
(expand-file-name org-directory)
|
||||
(expand-file-name "journal" org-directory)
|
||||
(expand-file-name "noter" org-directory)
|
||||
(expand-file-name "projects" org-directory)))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in a new issue