Technology / 

27 Jul 2022

Emacs Encrypted Editing Mode

I set this up and got it working on SDF at one point, and since then it’s just been living in my .emacs file. Not even sure if it works anymore, so I’m taking it out and sticking it here until I have a reason to need it again.

Lisp ;; enable encrypted file editing mode ;; see <http://www.emacswiki.org/emacs/EasyPG> for more info ;; this requires Emacs 23 or later to work without additional stuff (require 'epa-file) (epa-file-enable)