From 2686e015c9a74089405b8a5198d8db9b381e70e2 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 12 Apr 2006 09:44:46 +0000 Subject: [PATCH] Fixed. --- README | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README b/README index b3bca39..ca53e4a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ EasyPG is yet another GnuPG interface for Emacs. It consists of three parts: transparent file encryption utility, Gnus/PGG backend, and -easy-to-use elisp library to interact with GnuPG. +elisp library to interact with GnuPG. * Requirements @@ -16,17 +16,18 @@ easy-to-use elisp library to interact with GnuPG. * Quick start -** Transparent file encryption +** Transparent file encryption utility -EasyPG provides transparent file encryption similar to crypt++, -alpaca.el, hedgehog. To try this feature, put (require 'epg-file) -in your ~/.emacs.el and C-x C-f ~/test.txt.gpg. +EasyPG provides transparent file encryption utility similar to +crypt++, alpaca.el, hedgehog. To try this feature, add the following line to your ~/.emacs and C-x C-f ~/test.txt.gpg. -** Using with Gnus/PGG +(require 'epg-file) + +** Gnus/PGG backend EasyPG provides an implementation of the backend interface of Gnus/PGG. To use EasyPG instead of pgg-gpg, install pgg-epg.el and -add the following line to your ~/.gnus +add the following line to your ~/.gnus. (setq pgg-scheme 'epg) -- 1.7.10.4