diff options
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))) |