aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-01-12 20:38:01 +0000
committerYann Herklotz <git@yannherklotz.com>2020-01-12 20:38:01 +0000
commit2787e49a11793579dbaf044c6c9fb1c7dbfd9984 (patch)
tree9a9c924e13131cda597dc4de6f1c60edf3a85dde /emacs
parent53885da6b1d1e171eef4e2ef6a3f7133b7d55fc4 (diff)
downloaddotfiles-2787e49a11793579dbaf044c6c9fb1c7dbfd9984.tar.gz
dotfiles-2787e49a11793579dbaf044c6c9fb1c7dbfd9984.zip
Set width of writeroom mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org8
1 files changed, 8 insertions, 0 deletions
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.