diff options
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 |