summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index a09266c..7486b75 100644
--- a/init.el
+++ b/init.el
@@ -110,7 +110,8 @@
(dolist (p '("/Applications/Emacs.app/Contents/MacOS/bin-arm64-11"
"/Applications/Emacs.app/Contents/MacOS/libexec-arm64-11"
"/opt/homebrew/sbin"
- "/opt/homebrew/bin"))
+ "/opt/homebrew/bin"
+ "~/.local/bin"))
(jao-exec-path p))
(add-to-list 'Info-directory-list "/opt/homebrew/share/info"))