Add exec-path-from-shell
This commit is contained in:
parent
d9a56f9c5a
commit
623f184386
@ -268,6 +268,8 @@ If the current window occupies the whole frame, split it."
|
|||||||
(diminish 'outline-minor-mode)
|
(diminish 'outline-minor-mode)
|
||||||
(setq-local outline-regexp eshell-prompt-regexp))
|
(setq-local outline-regexp eshell-prompt-regexp))
|
||||||
(add-hook 'eshell-mode-hook #'mitch/esh-outline-setup))
|
(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
|
(use-package eat
|
||||||
:elpaca (eat :type git
|
: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")
|
;; :elpaca (:repo "https://git.mitchmarq42.xyz/mitch/hypop.el")
|
||||||
;; :demand t)
|
;; :demand t)
|
||||||
(use-package vertico-posframe
|
(use-package vertico-posframe
|
||||||
|
:after vertico
|
||||||
:if (display-graphic-p)
|
:if (display-graphic-p)
|
||||||
:config (vertico-posframe-mode))
|
:config (vertico-posframe-mode))
|
||||||
(use-package notibox
|
(use-package notibox
|
||||||
|
Loading…
Reference in New Issue
Block a user