emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] (icomplete-vertical-mode): Add support for affixations and,


From: Manuel Uberti
Subject: Re: [PATCH] (icomplete-vertical-mode): Add support for affixations and, annotations
Date: Wed, 2 Jun 2021 13:29:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 02/06/21 13:07, João Távora wrote:
By the way, are you using fido-mode or icomplete-mode.

If using M-x fido-mode and M-x fido-vertical-mode you should get an
out-of-the-box similar experience to Vertico and Ido without other
need of configuration.    You may not like it, of course, just wondering
if you had tried it.

This is how I have set it up in my init.el:

(add-hook 'after-init-hook #'icomplete-mode)
(add-hook 'icomplete-mode-hook #'icomplete-vertical-mode)

(setq icomplete-compute-delay 0.2
      icomplete-delay-completions-threshold 100
      icomplete-hide-common-prefix nil
      icomplete-max-delay-chars 2
      icomplete-scroll t
      icomplete-show-matches-on-no-input t
      icomplete-tidy-shadowed-file-names t)

(setq read-buffer-completion-ignore-case t
      read-file-name-completion-ignore-case t)

(setq completion-styles '(basic partial-completion orderless))

I can give fido-vertical-mode a try as well, although I see I am already using some of its settings.

--
Manuel Uberti
www.manueluberti.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]