Remove doom-org-dir (save for org module)

This commit is contained in:
Henrik Lissner 2017-02-03 08:00:54 -05:00
parent 25be590b79
commit dbfe1f9b48

View file

@ -49,9 +49,6 @@ line or use --debug-init to enable this.")
(concat doom-local-dir "packages/")
"Where package.el and quelpa plugins (and their caches) are kept.")
(defvar doom-org-dir "~/org/"
"Where to find org notes")
(defconst IS-MAC (eq system-type 'darwin))
(defconst IS-LINUX (eq system-type 'gnu/linux))