diff options
author | jao <jao@gnu.org> | 2024-02-16 11:51:24 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-02-16 11:51:24 +0000 |
commit | 1081d179badc895af1de68125baadf23810486cd (patch) | |
tree | 389dbf06f4373cf217562df1013bcd8c50682770 /custom | |
parent | 837f9393d950c97f1aea3909676cc3c7842af70f (diff) | |
download | elibs-1081d179badc895af1de68125baadf23810486cd.tar.gz elibs-1081d179badc895af1de68125baadf23810486cd.tar.bz2 |
~/org -> ~/doc/org
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-org.el | 2 |
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))) |