From 0ea86e33b80672b9bccf0a091765c1d963e63063 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 22 Apr 2021 09:20:24 +0200 Subject: Ignore case for all completion --- .emacs-custom.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 742822a..c62ee03 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -92,10 +92,8 @@ '(paradox-spinner-type 'random) '(python-fill-docstring-style 'pep-257-nn) '(python-shell-interpreter "python3") - '(read-buffer-completion-ignore-case t) '(read-char-by-name-group t) '(read-char-by-name-sort 'code) - '(read-file-name-completion-ignore-case t) '(repeat-mode t) '(scroll-bar-mode nil) '(scroll-conservatively 10) -- cgit v1.2.3