diff options
Diffstat (limited to 'emacs.d')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index d09f381..e71c0cd 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -31,7 +31,7 @@ (org-src-fontify-natively t) (org-startup-indented t) - (org-directory (expand-file-name "~/Dropbox/notebooks")) + (org-directory (expand-file-name "~/Documents/notebooks")) (org-default-notes-file (concat org-directory "/inbox.org")) (org-agenda-start-on-weekday 1) (org-tags-column -120) |