Add authinfo

This commit is contained in:
Nathan McCarty 2023-04-11 15:56:28 -04:00
parent 6513601f79
commit a1d44dfbde
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@ Use ~SPC z~ as my user prefix for custom commands and what not
(map! :leader (map! :leader
(:prefix ("z" . "custom"))) (:prefix ("z" . "custom")))
#+end_src #+end_src
Add =~/.authinfo= to ~auth-sources~:
#+begin_src emacs-lisp
(add-to-list 'auth-sources "~/.authinfo")
#+end_src
* Appearance, UX, and Fixes * Appearance, UX, and Fixes
** Mixed Pitch Mode ** Mixed Pitch Mode
Use mixed pitch mode in prose writing modes, to make the writing experience a bit more pleasant. Use mixed pitch mode in prose writing modes, to make the writing experience a bit more pleasant.