summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-20 19:03:07 +0100
committerjao <jao@gnu.org>2025-09-20 19:03:07 +0100
commitabda6921e5a013051fc9fcd5de8d682be1a4d44d (patch)
tree4779d6a07912e62fb89a9d6a5a97d61786c22d8d /init.el
parent889b21138993a67a286f380bbc6d4ca56e475b42 (diff)
downloadelibs-abda6921e5a013051fc9fcd5de8d682be1a4d44d.tar.gz
elibs-abda6921e5a013051fc9fcd5de8d682be1a4d44d.tar.bz2
jao-r2e: new package to handle rss2email subscriptions
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"))