summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d81a32a9..97a04e21 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -216,6 +216,7 @@ windows side-by-side in the frame."
'(emacs-lisp-docstring-fill-column 75)
'(enable-recursive-minibuffers t)
'(eshell-cmpl-cycle-completions nil nil nil "This makes Eshell completions a bit more like bash's.")
+ '(eshell-cmpl-ignore-case t)
'(eshell-history-size 5000)
'(eshell-visual-commands
'("vi" "screen" "tmux" "top" "htop" "less" "more" "mutt" "locmaint"))