Add exec-path-from-shell

This commit is contained in:
MitchMarq42 2023-05-04 21:05:38 -08:00
parent d9a56f9c5a
commit 623f184386

View File

@ -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