summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-org.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-02-16 11:51:24 +0000
committerjao <jao@gnu.org>2024-02-16 11:51:24 +0000
commit1081d179badc895af1de68125baadf23810486cd (patch)
tree389dbf06f4373cf217562df1013bcd8c50682770 /custom/jao-custom-org.el
parent837f9393d950c97f1aea3909676cc3c7842af70f (diff)
downloadelibs-1081d179badc895af1de68125baadf23810486cd.tar.gz
elibs-1081d179badc895af1de68125baadf23810486cd.tar.bz2
~/org -> ~/doc/org
Diffstat (limited to 'custom/jao-custom-org.el')
-rw-r--r--custom/jao-custom-org.el2
1 files changed, 2 insertions, 0 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)))