diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/secrets.el | 2 |
1 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))) |