Merge branch 'trunk' of git.stranger.systems:thatonelutenist/doom.d into trunk

This commit is contained in:
Nathan McCarty 2023-04-11 20:35:55 -04:00
commit 07b7a2d9a3
No known key found for this signature in database
2 changed files with 6 additions and 1 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.

View File

@ -66,7 +66,7 @@
(eval +overlay) ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
lookup ; navigate your code and its documentation lookup ; navigate your code and its documentation
(lsp +peek) ; M-x vscode (lsp +peek) ; M-x vscode
(magit +forge) ; a git porcelain for Emacs magit
pdf ; pdf enhancements pdf ; pdf enhancements
rgb ; creating color strings rgb ; creating color strings
tree-sitter tree-sitter