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

@ -1262,8 +1262,7 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
:general
(chris/leader-keys
"oe" 'chris/pop-eshell
"oE" 'eshell)
"oe" 'eshell)
(general-def '(normal insert) eshell-mode-map
"C-d" 'kill-this-buffer))
#+end_src
@ -1285,9 +1284,8 @@ Let's use pdf-tools for a lot better interaction with pdfs.
(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)
#+end_src
** Garbage Collection

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)