diff options
| author | Christian Cleberg <[email protected]> | 2025-02-01 15:59:35 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-02-01 15:59:35 -0600 |
| commit | f8e82f6cb2c49ae6c82ffa508a5ba1e499ca77a4 (patch) | |
| tree | 3e87674415354ff0a816bcbb46d40a750e2a309b /publish.el | |
| parent | bf829891999a5f86b0ccae1cf9367207c454334b (diff) | |
| download | cleberg.net-f8e82f6cb2c49ae6c82ffa508a5ba1e499ca77a4.tar.gz cleberg.net-f8e82f6cb2c49ae6c82ffa508a5ba1e499ca77a4.tar.bz2 cleberg.net-f8e82f6cb2c49ae6c82ffa508a5ba1e499ca77a4.zip | |
fix macOS paths for doom packages
Diffstat (limited to 'publish.el')
| -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) |
