Re: Disable auto-completion when visiting GPG files
aitor <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <aa6VlfObHgwL7dvJ@sipc87> |
On Fri, Mar 06, 2026 at 11:52:30AM +0100, Michael Heerdegen wrote: > aitor <[email protected]> writes: > > > Thank you for your help! For the record, I ended up switching from > > Company to Corfu for auto-completion, and setting `global-corfu-modes` > > to '((not auto-encryption-mode))'. > > But I don't understand it because, again, `auto-encryption-mode' is a > global mode so `auto-encryption-mode' will evaluate to the same result > in every buffer. you are right, the solution above did not work. I ended up enabling corfu only for certain modes. best, aitor