mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
This is required for window splitting to work
This commit is contained in:
parent
5f49f53c92
commit
600f532fff
1 changed files with 8 additions and 0 deletions
|
|
@ -991,6 +991,14 @@
|
|||
:before
|
||||
'olivetti-reset-all-windows)
|
||||
|
||||
(advice-add 'olivetti-reset-window
|
||||
:after
|
||||
(lambda (window)
|
||||
(set-window-parameter
|
||||
window
|
||||
'min-margins
|
||||
(cons 0 0))))
|
||||
|
||||
(setq-default olivetti-body-width 140)
|
||||
|
||||
(with-eval-after-load 'mu4e
|
||||
|
|
|
|||
Loading…
Reference in a new issue