Merge branch 'main' of git.zander.im:Zander671/emacs-config

This commit is contained in:
2026-05-05 15:51:34 -07:00
+3 -1
View File
@@ -7,7 +7,9 @@
;; Setup PATH ;; Setup PATH
(dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin" (dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin"
"/usr/bin/site_perl" "/usr/bin/vendor_perl" "/usr/bin/site_perl" "/usr/bin/vendor_perl"
"/usr/bin/core_perl")) "/usr/bin/core_perl"
"/usr/share/pyenv/plugins/pyenv-virtualenv/shims"
"~/.pyenv/shims"))
(add-to-list 'exec-path (directory-file-name (add-to-list 'exec-path (directory-file-name
(expand-file-name file)))) (expand-file-name file))))