From: Amin Bandali Date: Fri, 2 Nov 2018 04:26:44 +0000 (-0400) Subject: [emacs] update org; secrets: eval-when-compile require 'auth-source X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/e6bb60ec586ab8536f2948117bc03b51cfa842ca [emacs] update org; secrets: eval-when-compile require 'auth-source update org to release_9.1.14-1017-g6382a6bbb --- diff --git a/etc/secrets.el b/etc/secrets.el index 9feeceb..74642b2 100644 --- a/etc/secrets.el +++ b/etc/secrets.el @@ -1,4 +1,4 @@ -(require 'auth-source) +(eval-when-compile (require 'auth-source)) (defvar uw-apv-client-id (eval-when-compile (plist-get (car (auth-source-search :host "uw-apv.slack.com" :max 1)) :client-id))) (defvar uw-apv-client-secret (eval-when-compile (plist-get (car (auth-source-search :host "uw-apv.slack.com" :max 1)) :client-secret))) (defvar uw-apv-token (eval-when-compile (plist-get (car (auth-source-search :host "uw-apv.slack.com" :max 1)) :token))) diff --git a/lib/org b/lib/org index 85a675b..6382a6b 160000 --- a/lib/org +++ b/lib/org @@ -1 +1 @@ -Subproject commit 85a675b939b469984fa701b42fa11eae262ec732 +Subproject commit 6382a6bbb31aad38b3157a8cb6b2e2c8f39fcd6e