Re: Remove company mode when editing GPG files
aitor <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <aaBJvlEldNGAtt0d@sipc87> |
On Thu, Feb 26, 2026 at 02:12:07PM +0100, Joost Kremers wrote: > >> Are you sure, then, that `auto-encryption-mode` is activated > >> when you visit > >> a `.gpg` file? > > > > run C-h m to see in what major mode you are. > > Actually, `auto-encryption-mode` is a minor mode. So `C-h v > auto-encryption-mode` to see if it's active. yes, the mode is active. C-x C-f /tmp/test.gpg (asks for password) C-h v auto-encryption-mode ---------------- auto-encryption-mode is a customizable variable defined in epa-hook.el. Value t ... -- best, aitor