Add eshell configuration

This commit is contained in:
contrapunctus 2022-01-15 17:22:07 +05:30
parent f5121d50dd
commit ee7347c516
1 changed files with 4 additions and 0 deletions

View File

@ -2500,6 +2500,10 @@ PR ideas
(delete "ix.io" (mapcar #'car webpaste-providers-alist))))
#+END_SRC
** eshell
#+BEGIN_SRC emacs-lisp
(use-package eshell
:config (setq eshell-history-size 999))
#+END_SRC
** comint