commit b3d71c9d9be3c5ac72e319eb97527f8d24e426b4
parent 5ac43c1b2a921fd2745f0d9945279f14c240ae89
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 3 Jun 2021 09:48:26 +0200
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.
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git 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)