diff options
Diffstat (limited to 'custom/jao-custom-blog.el')
-rw-r--r-- | custom/jao-custom-blog.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/jao-custom-blog.el b/custom/jao-custom-blog.el index a11c5c0..8d193bd 100644 --- a/custom/jao-custom-blog.el +++ b/custom/jao-custom-blog.el @@ -1,9 +1,9 @@ ;; -*- lexical-binding: t -*- ;;; Vars and setup -(jao-load-path "org-static-blog") -(when (> emacs-major-version 26) (use-package htmlize :ensure t)) -(defvar jao-blog-base-dir "~/doc/jao.io") +(use-package htmlize :ensure t) + +(defvar jao-blog-base-dir (expand-file-name "jao.io" jao-doc-dir)) (defun jao-blog-dir (p) (expand-file-name p jao-blog-base-dir)) (setq jao-org-blog-tag-files |