Trying to fix elfeed and eshell moved to easy mode

This commit is contained in:
Chris Cochrun 2021-02-27 14:17:09 -06:00
parent 422fbf0322
commit 8f70724127
2 changed files with 4 additions and 8 deletions

View file

@ -958,8 +958,7 @@ If on a:
:general
(chris/leader-keys
"oe" 'chris/pop-eshell
"oE" 'eshell)
"oe" 'eshell)
(general-def '(normal insert) eshell-mode-map
"C-d" 'kill-this-buffer))
@ -974,9 +973,8 @@ If on a:
(setq display-buffer-alist
'(("\\*e?shell\\*"
(display-buffer-in-side-window)
(window-width . 0.3)
(window-width . 0.4)
(side . right))))
(setq display-buffer-alist nil)
(setq gc-cons-threshold 2000000)