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