Emacs: centered-window-mode
This commit is contained in:
parent
bb702e019b
commit
352d1c8436
1 changed files with 6 additions and 0 deletions
|
@ -1208,3 +1208,9 @@
|
|||
(use-package ox-moinmoin
|
||||
:load-path "org-moinmoin/")
|
||||
|
||||
;; centered-window-mode
|
||||
;; Keep your text centered when there's only one window.
|
||||
;; https://github.com/anler/centered-window-mode
|
||||
(use-package centered-window
|
||||
:config (centered-window-mode t))
|
||||
|
||||
|
|
Loading…
Reference in a new issue