aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-02-01 15:59:35 -0600
committerChristian Cleberg <hello@cleberg.net>2025-02-01 15:59:35 -0600
commitd94cc955f1977b8d88c715e167561b0e2543b1c7 (patch)
tree3e87674415354ff0a816bcbb46d40a750e2a309b /publish.el
parent3350c90db3e7dfdc7af13aff3f31a1d575562cbe (diff)
downloadcleberg.net-d94cc955f1977b8d88c715e167561b0e2543b1c7.tar.gz
cleberg.net-d94cc955f1977b8d88c715e167561b0e2543b1c7.tar.bz2
cleberg.net-d94cc955f1977b8d88c715e167561b0e2543b1c7.zip
fix macOS paths for doom packages
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/publish.el b/publish.el
index 9e35e85..1a3eacf 100644
--- a/publish.el
+++ b/publish.el
@@ -1,8 +1,7 @@
;; Explicitly load packages for Doom Emacs
-
-(add-to-list 'load-path "~/.emacs.d/.local/straight/repos/emacs-htmlize")
-(add-to-list 'load-path "~/.emacs.d/.local/straight/repos/weblorg")
-(add-to-list 'load-path "~/.emacs.d/.local/straight/repos/templatel")
+(add-to-list 'load-path "~/.config/emacs/.local/straight/repos/emacs-htmlize")
+(add-to-list 'load-path "~/.config/emacs/.local/straight/repos/weblorg")
+(add-to-list 'load-path "~/.config/emacs/.local/straight/repos/templatel")
(require 'htmlize)
(require 'weblorg)