From a1d44dfbde68a8536a60040f9a974d204df1bbdf Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 11 Apr 2023 15:56:28 -0400 Subject: [PATCH] Add authinfo --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 85c0326..f21816c 100644 --- a/config.org +++ b/config.org @@ -121,6 +121,11 @@ Use ~SPC z~ as my user prefix for custom commands and what not (map! :leader (:prefix ("z" . "custom"))) #+end_src + +Add =~/.authinfo= to ~auth-sources~: +#+begin_src emacs-lisp +(add-to-list 'auth-sources "~/.authinfo") +#+end_src * Appearance, UX, and Fixes ** Mixed Pitch Mode Use mixed pitch mode in prose writing modes, to make the writing experience a bit more pleasant.