From 623f1843865157ee94c2000b1b00919875d0db63 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Thu, 4 May 2023 21:05:38 -0800 Subject: [PATCH] Add `exec-path-from-shell` --- lisp/mitch-packages.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index e6cdecb..c71720f 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -268,6 +268,8 @@ If the current window occupies the whole frame, split it." (diminish 'outline-minor-mode) (setq-local outline-regexp eshell-prompt-regexp)) (add-hook 'eshell-mode-hook #'mitch/esh-outline-setup)) +(use-package exec-path-from-shell + :hook (eshell-mode . exec-path-from-shell-initialize)) (use-package eat :elpaca (eat :type git @@ -1079,6 +1081,7 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" ;; :elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el") ;; :demand t) (use-package vertico-posframe + :after vertico :if (display-graphic-p) :config (vertico-posframe-mode)) (use-package notibox