diff options
-rw-r--r-- | etc/secrets.el | 2 | ||||
m--------- | lib/org | 0 |
2 files changed, 1 insertions, 1 deletions
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 -Subproject 85a675b939b469984fa701b42fa11eae262ec73 +Subproject 6382a6bbb31aad38b3157a8cb6b2e2c8f39fcd6 |