From b3d71c9d9be3c5ac72e319eb97527f8d24e426b4 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 3 Jun 2021 09:48:26 +0200 Subject: Enable icomplete-vertical Does not implement grouping yet, and the Modus highlighting is a bit too colorful, but C-p/C-n is an inestimable quality-of-life improvement. --- .emacs-custom.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 050436f..59eca6c 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -11,6 +11,8 @@ '(calendar-week-start-day 1) '(column-number-mode t) '(comint-scroll-show-maximum-output nil) + '(completions-detailed t) + '(completions-group t) '(delete-selection-mode t) '(diff-hl-flydiff-mode t) '(dired-listing-switches "-al -Fhv --group-directories-first") @@ -47,6 +49,8 @@ '(hscroll-step 1) '(ibuffer-default-sorting-mode 'filename/process) '(icomplete-mode t) + '(icomplete-scroll t) + '(icomplete-vertical-mode t) '(indent-tabs-mode nil) '(inhibit-startup-screen t) '(isearch-allow-scroll t) @@ -91,7 +95,6 @@ '(paradox-spinner-type 'random) '(python-fill-docstring-style 'pep-257-nn) '(python-shell-interpreter "python3") - '(read-char-by-name-group t) '(read-char-by-name-sort 'code) '(repeat-mode t) '(scroll-bar-mode nil) -- cgit v1.2.3