diff options
-rw-r--r-- | emacs/custom/fcuny-vars.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-vars.el b/emacs/custom/fcuny-vars.el index f3efe6a..3f025fc 100644 --- a/emacs/custom/fcuny-vars.el +++ b/emacs/custom/fcuny-vars.el @@ -13,4 +13,9 @@ (defvar fcuny/path-workspace (expand-file-name "workspace" (getenv "HOME")) "Path to the workspace.") +(defvar fcuny/org-directory + (if (memq window-system '(mac ns)) + (expand-file-name "~/workspace/notebooks/") + (expand-file-name "~/documents/notes/"))) + (provide 'fcuny-vars) |