diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-12 12:49:53 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-12 12:49:53 -0700 |
commit | d6b4d77fc6d9c333469e0e5b296cba37344c6c64 (patch) | |
tree | 7155256bd77c63bdb0555d5ac01a8055506444e2 | |
parent | [emacs] Add functions to fetch title of a page/ (diff) | |
download | emacs.d-d6b4d77fc6d9c333469e0e5b296cba37344c6c64.tar.gz |
[emacs] Move org-mode notes to dropbox
-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 65c7a1f..11bc0d4 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -22,7 +22,7 @@ (org-pretty-entities t) (org-startup-indented t) - (org-directory (expand-file-name "~/Documents/notebooks")) + (org-directory (expand-file-name "~/Dropbox/notebooks")) (org-default-notes-file (concat org-directory "/inbox.org")) (org-agenda-start-on-weekday 1) (org-tags-column -120) |