[Emacs] Change default writeroom width

This commit is contained in:
Lucien Cartier-Tilet 2021-06-16 14:32:17 +02:00
parent ce75641a10
commit ab4fcdf169
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 1 deletions

View File

@ -2044,7 +2044,9 @@ distraction-free mode of Emacs, and I like that!
#+begin_src emacs-lisp
(use-package writeroom-mode
:defer t
:straight (:build t))
:straight (:build t)
:config
(setq writeroom-width 100))
#+end_src
** Emacs built-ins