summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-09-17 16:42:23 +0200
committerrekado <rekado@elephly.net>2014-09-17 16:42:23 +0200
commit93e579afda809b21b0c45f11aecfc130efb5b417 (patch)
tree5cc69b1a66cf0e31024252fbb15a61ba0cb1e84e
parent310d4d64d575c22d8d9ba701771910b5a7b784c9 (diff)
increase eshell history size
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 72ff1f7..9e4a48b 100644
--- a/init.el
+++ b/init.el
@@ -289,6 +289,7 @@
(require 'shell-switcher)
(setq shell-switcher-mode t)
(add-hook 'eshell-mode-hook 'shell-switcher-manually-register-shell)
+(setq eshell-history-size 10000)
(load "email.el")
(require 'rekado-mode)