summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-05-12 12:49:53 -0700
committerFranck Cuny <fcuny@twitter.com>2019-05-12 12:49:53 -0700
commitd6b4d77fc6d9c333469e0e5b296cba37344c6c64 (patch)
tree7155256bd77c63bdb0555d5ac01a8055506444e2 /emacs.d/custom
parent[emacs] Add functions to fetch title of a page/ (diff)
downloademacs.d-d6b4d77fc6d9c333469e0e5b296cba37344c6c64.tar.gz
[emacs] Move org-mode notes to dropbox
Diffstat (limited to 'emacs.d/custom')
-rw-r--r--emacs.d/custom/fcuny-org.el2
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)