From 2787e49a11793579dbaf044c6c9fb1c7dbfd9984 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 12 Jan 2020 20:38:01 +0000 Subject: Set width of writeroom mode --- emacs/loader.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs/loader.org b/emacs/loader.org index 02f5403..d168df3 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -946,6 +946,14 @@ Add org noter #+RESULTS: | pdf-view-mode | +** Writeroom + +#+begin_src emacs-lisp + (use-package writeroom-mode + :config + (setq writeroom-width 100)) +#+end_src + * Programming My emacs configuration is mostly focused on programming, therefore there is a lot of different language support. -- cgit