dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 173cc8eb16ac1b3c075aa881813bf8a068467c76
parent 9966ae49456a827beec808f96d886a22a58925ea
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 11 Apr 2021 18:38:48 +0200

Tweak how C-x 8 RET displays candidates

Diffstat:
M.emacs-custom.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)