Skip to content

Commit

Permalink
move org dir from Dropbox to ~/Documents/org
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed Feb 9, 2025
1 parent ca9ac04 commit 7cddbd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emacs/.emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
(global-set-key (kbd "C-c c")
'org-capture)
(setq org-log-done 'time)
(setq org-directory "~/Dropbox/org")
(setq org-directory "~/Documents/org")
(setq org-default-notes-file (concat org-directory "/notes.org"))
(setq org-mobile-directory "~/Dropbox/org")
(setq org-agenda-files '("~/Dropbox/org/"))
(setq org-mobile-directory "~/Documents/org")
(setq org-agenda-files '("~/Documents/org/"))
(setq org-todo-keywords
'((sequence "TODO" "IN-PROGRESS" "WAITING" "|" "DONE" "CANCELED")))

Expand Down

0 comments on commit 7cddbd2

Please sign in to comment.