Re: Disable auto-completion when visiting GPG files
Michael Heerdegen via Users list for the GNU Emacs text editor <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
aitor <[email protected]> writes: > Thanks everybody for the help. However, I'm still unsure on how to > proceed in order to disable auto-completion (company-mode) when visiting > ".gpg" files. Any ideas? I don't use company-mode, but the machine behind auto encryption, epa, provides the function `epa-file-name-p' as a test for whether a certain file will be handled by it. Is company-mode a global or a buffer-local mode? Michael.