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")
|
(add-to-list 'load-path "~/.emacs.d/lisp")
|
||||||
(setq-default x-stretch-cursor t)
|
(setq-default x-stretch-cursor t)
|
||||||
|
|
||||||
|
;; easy pg
|
||||||
|
(require 'epa-file)
|
||||||
|
(epa-file-enable)
|
||||||
|
|
||||||
;; Include other configs
|
;; Include other configs
|
||||||
;; calendar-mode
|
;; calendar-mode
|
||||||
(if (file-exists-p "~/.emacs.d/calendar.el")
|
(if (file-exists-p "~/.emacs.d/calendar.el")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue