Merge branch 'trunk' of git.stranger.systems:thatonelutenist/doom.d into trunk
This commit is contained in:
commit
07b7a2d9a3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue