;;; ;;; gpg.el -- an easy way to edit GnuPG files encrypted with ;;; shared-key cryptography ;;; ;; Author: Kazu Yamamoto ;; Created: Oct 16, 2003 ;; Revised: Mar 8, 2005 ;;; Commentary: ;; ;; Use Emacs 20.7 or later and GnuPG ver 1.2.3 or later. ;; ;; 0) Put the following to your ".emacs" ;; ;; (autoload 'gpg-after-find-file "gpg" nil t) ;; (add-hook 'find-file-hooks 'gpg-after-find-file) ;; ;;