From 5ab643496b8af79cacdaf551d54e6d9db8d95e56 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 1 May 2026 04:19:17 -0700 Subject: [PATCH] Update exec-path --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 69a6578..7c67fc0 100644 --- a/init.el +++ b/init.el @@ -7,7 +7,7 @@ ;; Setup PATH (dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin" "/usr/bin/site_perl" "/usr/bin/vendor_perl" - "/usr/bin/core_perl")) + "/usr/bin/core_perl" "/usr/share/pyenv/plugins/pyenv-virtualenv/shims")) (add-to-list 'exec-path (directory-file-name (expand-file-name file))))