Created
December 8, 2014 02:14
-
-
Save ricardoanguiano/b4268fb208961f3b4c9d to your computer and use it in GitHub Desktop.
Emacs settings for symmetrically encrypted files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; ------------------------------------------------------------------------ | |
;; gpg encrypted files | |
;; visit anything.gpg to automatically encrypt and decrypt. | |
(require 'epa-file) | |
(epa-file-enable) | |
(setq epg-gpg-program "c:/Program Files (x86)/GNU/GnuPG/gpg.exe") | |
(setq epa-file-cache-passphrase-for-symmetric-encryption t) | |
(setq epa-textmode t) | |
(setq epa-armor t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment