add easyPG support for handling GPG
This commit is contained in:
parent
44b17acafe
commit
243ef5e3c0
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@
|
|||
(add-to-list 'load-path "~/.emacs.d/lisp")
|
||||
(setq-default x-stretch-cursor t)
|
||||
|
||||
;; easy pg
|
||||
(require 'epa-file)
|
||||
(epa-file-enable)
|
||||
|
||||
;; Include other configs
|
||||
;; calendar-mode
|
||||
(if (file-exists-p "~/.emacs.d/calendar.el")
|
||||
|
|
Loading…
Reference in a new issue