chore(writing): Make writeroom view wide enough to fit line numbers

This commit is contained in:
2020-05-04 20:13:35 +01:00
parent 92bc4af0fc
commit 950010ec68

View File

@@ -17,7 +17,7 @@
:custom
(writeroom-global-effects nil)
(writeroom-restore-window-config t)
(writeroom-width 82))
(writeroom-width 88))
(provide 'siren-writeroom)
;;; siren-writeroom.el ends here