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 | 4 ++++ .emacs-custom.el | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index fb30d26..5e134e6 100644 --- a/.emacs +++ b/.emacs @@ -520,6 +520,10 @@ (setq-default paragraph-start (concat "[ ]*- \\|" paragraph-start)) +(setq completion-ignore-case t + read-buffer-completion-ignore-case t + read-file-name-completion-ignore-case t) + (defun my/screenshot (output) (interactive (list 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