X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c4b211177c12a97f8ffe10055325dd90a0a39b31..2ec18855d6d4e144776551dfb4921e1b133dfd29:/etc/secrets.el diff --git a/etc/secrets.el b/etc/secrets.el new file mode 100644 index 0000000..edfa1a6 --- /dev/null +++ b/etc/secrets.el @@ -0,0 +1,5 @@ +(eval-when-compile (require 'auth-source)) +(defvar nday-students-token (eval-when-compile (plist-get (car (auth-source-search :host "nday-students.slack.com" :max 1)) :token))) + +(defvar canlock-password (eval-when-compile (funcall (plist-get (car (auth-source-search :host "gnus-canlock-password" :max 1)) :secret)))) +