From 173cc8eb16ac1b3c075aa881813bf8a068467c76 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 11 Apr 2021 18:38:48 +0200 Subject: Tweak how C-x 8 RET displays candidates --- .emacs-custom.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3