From 957e38635e24f983ee020fbdf6e5c4d1b76cbc4b Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 8 Apr 2026 13:37:53 -0700 Subject: [PATCH] Add some more stuff to path --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index a26968e..50f4e29 100644 --- a/init.el +++ b/init.el @@ -4,6 +4,9 @@ (require 'cl-lib) (require 'xdg) +;; Add to path +(add-to-list 'exec-path (expand-file-name "~/.local/bin")) + ;; Some other config files (cl-eval-when (compile load eval) (add-to-list 'load-path (expand-file-name "elisp" user-emacs-directory))