cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

f8e82f6cb2c49ae6c82ffa508a5ba1e499ca77a4

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-02-01T21:59:35Z

fix macOS paths for doom packages
 publish.el | 7 +++----
 1 file 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)