summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-org.el2
-rw-r--r--init.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el
index 73b0d89..007c290 100644
--- a/custom/jao-custom-org.el
+++ b/custom/jao-custom-org.el
@@ -1,6 +1,8 @@
;; -*- lexical-binding: t -*-
;;; General configuration
+(defvar jao-org-dir (expand-file-name "~/doc/org"))
+
(use-package org
:ensure t
:custom ((org-export-backends '(ascii html latex texinfo)))
diff --git a/init.el b/init.el
index 57c7a7b..5d84480 100644
--- a/init.el
+++ b/init.el
@@ -41,7 +41,7 @@
(defun jao-data-file (file) (expand-file-name file jao-data-dir))
-(defvar jao-org-dir (expand-file-name "~/org"))
+(setq jao-org-dir (expand-file-name "~/doc/org"))
(defvar jao-sink-dir
(file-name-as-directory (expand-file-name "~/doc/sink"))