diff options
author | 2020-04-11 23:54:33 -0400 | |
---|---|---|
committer | 2020-04-11 23:54:33 -0400 | |
commit | 2ec18855d6d4e144776551dfb4921e1b133dfd29 (patch) | |
tree | 9bc2cca3414a2deba2595382e3c288d46dcff2cd /etc/secrets.el | |
parent | c4b211177c12a97f8ffe10055325dd90a0a39b31 (diff) | |
download | configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.tar.gz configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.tar.xz configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.zip |
move emacs files from .emacs.d to .
this repository's root will be ~/.emacs.d (again) from now on
Diffstat (limited to 'etc/secrets.el')
-rw-r--r-- | etc/secrets.el | 5 |
1 files changed, 5 insertions, 0 deletions
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)))) + |