[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add user customization fido-completion-styles
From: |
João Távora |
Subject: |
Re: Add user customization fido-completion-styles |
Date: |
Mon, 01 Jun 2020 01:21:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.91 (gnu/linux) |
Dmitry Gutov <dgutov@yandex.ru> writes:
> On 01.06.2020 02:43, João Távora wrote:
>> (add-hook 'icomplete-minibuffer-setup-hook 'my-flex-styles)
>> (defun my-flex-styles () (setq-local completion-styles '(initials flex)))
> I think that's not very obvious, and requires familiarity with how
> fido-mode is implemented.
I think it requires familiarity with hooks, if anything. The manual is
rife with trivial add-hook snippets such as these and I'm going to
document it there. As for the "obvious", I'm afraid that's another
boring "existential Emacs" discussion.
João