Auto gpg support.

This commit is contained in:
Ivan Malison 2014-11-20 18:40:51 -08:00
parent e513b14bc7
commit 9b6da988ae
2 changed files with 8 additions and 0 deletions

View File

@ -32,3 +32,6 @@ Emacs Notes -*- mode: org -*-
** C-x C-k r to apply macro to all lines in region
* <2014-11-14 Fri>
** C-x C-q to start dired write mode (C-x C-s to save changes.)
* <2014-11-20 Thu>
** C-c . inserts date
** C-c , tags priority

View File

@ -257,6 +257,11 @@
:init
(add-hook 'org-mode-hook (lambda () (linum-mode 0))))
(use-package epg
:ensure t
:config
(epa-file-enable))
;; =============================================================================
;; Programming Mode Hooks
;; =============================================================================