summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-org.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-06-10 08:07:42 -0700
committerFranck Cuny <fcuny@twitter.com>2019-06-10 08:07:42 -0700
commit32dc8b2e321570a9b3a3c7326425dbda66c1d86c (patch)
tree20bd9081c9e36f64513e313b933947f8e215db5a /emacs.d/custom/fcuny-org.el
parent[emacs] I really need a bigger font (diff)
downloademacs.d-32dc8b2e321570a9b3a3c7326425dbda66c1d86c.tar.gz
[emacs] move org to documents instead of dropbox
Diffstat (limited to '')
-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 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)