X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/313f587783feb1c4b497451a2f3af370c0018ff9..2f6c16524d690e5981486b1a6e9bd816e83ae12a:/etc/secrets.el 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)))