diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-06-03 09:48:26 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-06-03 09:48:26 +0200 |
| commit | b3d71c9d9be3c5ac72e319eb97527f8d24e426b4 (patch) | |
| tree | 8607042bcd9a037858f1580ea1c0cbabc080db1e /.emacs-custom.el | |
| parent | 5ac43c1b2a921fd2745f0d9945279f14c240ae89 (diff) | |
| download | dotfiles-b3d71c9d9be3c5ac72e319eb97527f8d24e426b4.tar.xz | |
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 (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 5 |
1 files changed, 4 insertions, 1 deletions
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) |
