summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/secrets.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-03-31 21:40:41 -0400
committerAmin Bandali <bandali@kelar.org>2024-03-31 21:51:30 -0400
commit90f051d46a1d9cfbae5d9c2984a96a621ae4a82a (patch)
tree30be03a58a2527f25ebb6f195c3c9fee5e1fe91a /.emacs.d/etc/secrets.el
parent2fb78b99b55b612fc758397fdd421ae1de8a51ef (diff)
downloadconfigs-90f051d46a1d9cfbae5d9c2984a96a621ae4a82a.tar.gz
configs-90f051d46a1d9cfbae5d9c2984a96a621ae4a82a.tar.xz
configs-90f051d46a1d9cfbae5d9c2984a96a621ae4a82a.zip
Merge .emacs.d/lisp/bandali-*.el into .emacs.d/init.el
Somewhat major overhaul. Worth mentioning are the b/keymap-* wrappers added around the newly introduced keymap-* functions in GNU Emacs 29. Also dropped some mostly unused configs like exwm and org.
Diffstat (limited to '.emacs.d/etc/secrets.el')
-rw-r--r--.emacs.d/etc/secrets.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/etc/secrets.el b/.emacs.d/etc/secrets.el
deleted file mode 100644
index edfa1a6..0000000
--- a/.emacs.d/etc/secrets.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(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))))
-