diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-02-01 15:59:35 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-02-01 15:59:35 -0600 |
commit | d94cc955f1977b8d88c715e167561b0e2543b1c7 (patch) | |
tree | 3e87674415354ff0a816bcbb46d40a750e2a309b | |
parent | 3350c90db3e7dfdc7af13aff3f31a1d575562cbe (diff) | |
download | cleberg.net-d94cc955f1977b8d88c715e167561b0e2543b1c7.tar.gz cleberg.net-d94cc955f1977b8d88c715e167561b0e2543b1c7.tar.bz2 cleberg.net-d94cc955f1977b8d88c715e167561b0e2543b1c7.zip |
fix macOS paths for doom packages
-rw-r--r-- | publish.el | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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) |