summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-22 17:58:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-22 17:59:19 -0700
commit0c96e8c3c28efc12db19ef6186ec6a025ab964cb (patch)
tree64ad0036fe05a9ee8a3afd66238306c3b1235ee3
parent224dcff4a3e2e397f29e892ab3b688de9d8da180 (diff)
downloaddotfiles-0c96e8c3c28efc12db19ef6186ec6a025ab964cb.tar.gz
set eshell-cmpl-ignore-case
-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"))