🪰
This commit is contained in:
parent
3fdc974563
commit
570734c9f0
1 changed files with 8 additions and 5 deletions
13
init.el
13
init.el
|
@ -474,8 +474,8 @@
|
||||||
(diff-hl-margin-mode 1))
|
(diff-hl-margin-mode 1))
|
||||||
|
|
||||||
(use-package envrc
|
(use-package envrc
|
||||||
:after (inheritenv)
|
:config
|
||||||
(envrc-global-mode))
|
(envrc-global-mode +1))
|
||||||
|
|
||||||
(use-package hl-todo
|
(use-package hl-todo
|
||||||
:init
|
:init
|
||||||
|
@ -505,9 +505,12 @@
|
||||||
(eshell-load . eat-eshell-visual-command-mode))
|
(eshell-load . eat-eshell-visual-command-mode))
|
||||||
:bind (("C-c o e" . project-eshell)))
|
:bind (("C-c o e" . project-eshell)))
|
||||||
|
|
||||||
|
(use-package esh-autosuggest
|
||||||
|
:hook (eshell-mode . esh-autosuggest-mode))
|
||||||
|
|
||||||
(use-package eshell-syntax-highlighting
|
(use-package eshell-syntax-highlighting
|
||||||
:after eshell-mode
|
:custom
|
||||||
:ensure t
|
((eshell-syntax-highlighting-highlight-in-remote-dirs nil))
|
||||||
:config
|
:config
|
||||||
(eshell-syntax-highlighting-global-mode +1))
|
(eshell-syntax-highlighting-global-mode +1))
|
||||||
|
|
||||||
|
@ -519,7 +522,7 @@
|
||||||
(completion-list-mode . hide)
|
(completion-list-mode . hide)
|
||||||
help-mode
|
help-mode
|
||||||
compilation-mode
|
compilation-mode
|
||||||
"^\\*emacs-eshell.*\\*$" eshell-mode ;eshell as a popup
|
"^\\*.+-eshell.*\\*$" eshell-mode ;eshell as a popup
|
||||||
"^\\*shell.*\\*$" shell-mode ;shell as a popup
|
"^\\*shell.*\\*$" shell-mode ;shell as a popup
|
||||||
"^\\*term.*\\*$" term-mode ;term as a popup
|
"^\\*term.*\\*$" term-mode ;term as a popup
|
||||||
"^\\*eat.*\\*$" eat-mode ;eat as a popup
|
"^\\*eat.*\\*$" eat-mode ;eat as a popup
|
||||||
|
|
Reference in a new issue