diff options
author | jao <jao@gnu.org> | 2025-09-15 03:01:58 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-15 03:01:58 +0100 |
commit | 79fee39ab74d0ebb89a559d7d1b8fdb6222e4a41 (patch) | |
tree | 9923f747cdbc0093965ecbb824365c412aa534d7 /custom/jao-custom-blog.el | |
parent | 89aef17265d251a7e279bb890d903f34b288b792 (diff) | |
download | elibs-79fee39ab74d0ebb89a559d7d1b8fdb6222e4a41.tar.gz elibs-79fee39ab74d0ebb89a559d7d1b8fdb6222e4a41.tar.bz2 |
macos compatibility
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 |