summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index cc5b9a29..2e726208 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -288,7 +288,7 @@ windows side-by-side in the frame."
'(icomplete-in-buffer t)
'(icomplete-mode t)
'(icomplete-show-matches-on-no-input t)
- '(icomplete-tidy-shadowed-file-names t t)
+ '(icomplete-tidy-shadowed-file-names t)
'(imenu-auto-rescan t)
'(initial-major-mode 'spw/scratch-lisp-interaction-mode)
'(kill-read-only-ok t)