summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-git.el1
-rw-r--r--emacs/etc/authinfo.gpgbin0 -> 680 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-git.el b/emacs/custom/fcuny-git.el
index 9761309..3ca7933 100644
--- a/emacs/custom/fcuny-git.el
+++ b/emacs/custom/fcuny-git.el
@@ -81,6 +81,7 @@
   :after (magit)
   :custom
   (forge-database-file (expand-file-name "forge-database-file.sqlite" fcuny/path-emacs-var))
+  (auth-sources `(,(expand-file-name "authinfo.gpg" fcuny/path-emacs-etc)))
   :config
   (add-to-list 'forge-alist '("git.fcuny.net:222" "git.fcuny.net/api/v1" "git.fcuny.net" forge-gitea-repository)))
 
diff --git a/emacs/etc/authinfo.gpg b/emacs/etc/authinfo.gpg
new file mode 100644
index 0000000..117a0b9
--- /dev/null
+++ b/emacs/etc/authinfo.gpg
Binary files differ