mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Have olivetti follow fill-column
And leave some extra room.
This commit is contained in:
parent
24684e4d6b
commit
7abf06a7f0
2
init.org
2
init.org
@ -442,7 +442,7 @@
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(with-eval-after-load 'olivetti
|
(with-eval-after-load 'olivetti
|
||||||
(setq-default olivetti-body-width 82)
|
(setq-default olivetti-body-width (+ fill-column 3))
|
||||||
(remove-hook 'olivetti-mode-on-hook 'visual-line-mode))
|
(remove-hook 'olivetti-mode-on-hook 'visual-line-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user