diff --git a/config.org b/config.org index fba6630..bb8be90 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. diff --git a/init.el b/init.el index 82312ab..6d277b5 100644 --- a/init.el +++ b/init.el @@ -66,7 +66,7 @@ (eval +overlay) ; run code, run (also, repls) lookup ; navigate your code and its documentation (lsp +peek) ; M-x vscode - (magit +forge) ; a git porcelain for Emacs + magit pdf ; pdf enhancements rgb ; creating color strings tree-sitter