diff --git a/.gitignore b/.gitignore index 2bbd071..8a37dbd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /image-dired/ /ellama-sessions/ *.sqlite +/multisession/ diff --git a/config/org-mode.org b/config/org-mode.org index c887e70..372b004 100644 --- a/config/org-mode.org +++ b/config/org-mode.org @@ -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