diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-04-11 18:38:48 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-04-11 18:38:48 +0200 |
| commit | 173cc8eb16ac1b3c075aa881813bf8a068467c76 (patch) | |
| tree | 816a41efb992a030be8b25938b5e65c46b3e27b0 /.emacs-custom.el | |
| parent | 9966ae49456a827beec808f96d886a22a58925ea (diff) | |
| download | dotfiles-173cc8eb16ac1b3c075aa881813bf8a068467c76.tar.xz | |
Tweak how C-x 8 RET displays candidates
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 851f09f..ef10a73 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -93,6 +93,8 @@ '(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) '(scroll-bar-mode nil) '(scroll-conservatively 10) |
