diff options
author | Michael Olson <mwolson@gnu.org> | 2008-02-10 20:57:47 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-02-10 20:57:47 +0000 |
commit | f1914c4078082de71933f6cdf7735411e488d045 (patch) | |
tree | cfb6b673ff2bb8fdd02e1a5aa7b7e5e96c0d6f18 /doc/misc/epa.texi | |
parent | c6588a85bcb0bdcd615f4f34496d71943120e7ae (diff) | |
download | emacs-f1914c4078082de71933f6cdf7735411e488d045.tar.gz emacs-f1914c4078082de71933f6cdf7735411e488d045.tar.bz2 emacs-f1914c4078082de71933f6cdf7735411e488d045.zip |
EasyPG: Implement some suggestions from emacs-devel.
Diffstat (limited to 'doc/misc/epa.texi')
-rw-r--r-- | doc/misc/epa.texi | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index f47f5c2921f..08f3fb4178b 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi @@ -77,26 +77,28 @@ EasyPG Assistant provides the following features. @node Quick start @chapter Quick start -To install, just follow the standard CMMI installation instructions. +@c To install, just follow the standard CMMI installation instructions. -@cartouche -@example -$ ./configure -$ sudo make install -@end example -@end cartouche +@c @cartouche +@c @example +@c $ ./configure +@c $ sudo make install +@c @end example +@c @end cartouche -@noindent -Then, add the following line to your @file{~/.emacs} +@c @noindent +@c Then, add the following line to your @file{~/.emacs} + +Add the following line to your @file{~/.emacs}. @cartouche @lisp -(require 'epa-setup) +(epa-mode 1) @end lisp @end cartouche @noindent -That's all. Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a +Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a lot of commands available. For example, @itemize @bullet |