Created
May 29, 2012 07:15
-
-
Save don9z/2823076 to your computer and use it in GitHub Desktop.
Use EasyPG to encrypt files in Emacs
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
;;------------------------------------------------------------------------;; | |
;; EasyPG | |
;; Cache passphrase for symmetirc encryption, | |
;; it remember your passphrase util exit emacs, kinda not safe | |
;; (setq epa-file-cache-passphrase-for-symmetric-encryption t) | |
;; Enable autosave, I always disable autosave | |
;; (setq epa-file-inhibit-auto-save nil) | |
;;------------------------------------------------------------------------;; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment