diff --git a/core/core.el b/core/core.el index 0465b230e..4808d8992 100644 --- a/core/core.el +++ b/core/core.el @@ -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))