diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-04-22 09:20:24 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-04-22 09:20:24 +0200 |
| commit | 0ea86e33b80672b9bccf0a091765c1d963e63063 (patch) | |
| tree | 4bb41ac7ca5e2e7d4644bc9400836e2c1f250409 /.emacs-custom.el | |
| parent | d22ed9c99234149ed732deabd5ba6efe0065143f (diff) | |
| download | dotfiles-0ea86e33b80672b9bccf0a091765c1d963e63063.tar.xz | |
Ignore case for all completion
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
