Auto gpg support.
This commit is contained in:
parent
e513b14bc7
commit
9b6da988ae
@ -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
|
||||
|
5
init.el
5
init.el
@ -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
|
||||
;; =============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user