diff options
| author | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
| commit | ee3a674c7c9e39fe7ff296ce1f9830fc45520de8 (patch) | |
| tree | e8ba1e7be54314f208454e80e3d31044c913f3eb /doc/misc/auth.texi | |
| parent | fe0e53d963899a16e0dd1bbc1ba10a6b59f7989e (diff) | |
| parent | 0a8e88fd83db5398d36064a7f87cff5b57da7284 (diff) | |
| download | emacs-scratch/font_lock_large_files.tar.gz emacs-scratch/font_lock_large_files.zip | |
Merge branch 'master' into scratch/font_lock_large_filesscratch/font_lock_large_files
Diffstat (limited to 'doc/misc/auth.texi')
| -rw-r--r-- | doc/misc/auth.texi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 829d7f4fa03..91a9afd9c9f 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -652,14 +652,8 @@ before @file{~/.authinfo}, the auth-source library will try to | |||
| 652 | read the GnuPG encrypted @file{.gpg} file first, before | 652 | read the GnuPG encrypted @file{.gpg} file first, before |
| 653 | the unencrypted file. | 653 | the unencrypted file. |
| 654 | 654 | ||
| 655 | In Emacs 23 or later there is an option @code{auto-encryption-mode} to | 655 | There is an option @code{auto-encryption-mode} to automatically |
| 656 | automatically decrypt @file{*.gpg} files. It is enabled by default. | 656 | decrypt @file{*.gpg} files. It is enabled by default. |
| 657 | If you are using earlier versions of Emacs, you will need: | ||
| 658 | |||
| 659 | @lisp | ||
| 660 | (require 'epa-file) | ||
| 661 | (epa-file-enable) | ||
| 662 | @end lisp | ||
| 663 | 657 | ||
| 664 | If you want your GnuPG passwords to be cached, set up @code{gpg-agent} | 658 | If you want your GnuPG passwords to be cached, set up @code{gpg-agent} |
| 665 | or EasyPG Assistant | 659 | or EasyPG Assistant |