Compare commits

...

2 Commits

Author SHA1 Message Date
Josiah Ledbetter
9f3bec9808 Include new gpg file to fix sync stupidity with org events 2021-03-08 15:19:39 -06:00
Josiah Ledbetter
5a683b7433 Move to fresh gpg key 2021-03-08 15:19:26 -06:00
3 changed files with 7 additions and 0 deletions

View File

@ -153,6 +153,13 @@ dependency: this relies on imagemagick"
org-edit-src-content-indentation 0)
;; calender integration
(require 'epa)
(when (eq system-type 'darwin)
(setf epa-pinentry-mode 'loopback))
(setq auth-sources '("~/.emacs.d/jlj-secrets2.gpg"))
(setq auth-source-debug t)
(use-package org-caldav
:ensure t
:config

Binary file not shown.

BIN
.emacs.d/jlj-secrets2.gpg Normal file

Binary file not shown.