From b0d7800a2c00cc1c318e9188e937c7289f6d5999 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Mar 2023 09:15:08 -0700 Subject: fix customize-set-variables for icomplete-tidy-shadowed-file-names --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3