summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-04-11 18:38:48 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-04-11 18:38:48 +0200
commit173cc8eb16ac1b3c075aa881813bf8a068467c76 (patch)
tree816a41efb992a030be8b25938b5e65c46b3e27b0 /.emacs-custom.el
parent9966ae49456a827beec808f96d886a22a58925ea (diff)
downloaddotfiles-173cc8eb16ac1b3c075aa881813bf8a068467c76.tar.xz
Tweak how C-x 8 RET displays candidates
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el2
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)