Add center-content-update to hooks
This commit is contained in:
parent
b3c5072ea1
commit
60e3f0c3bb
@ -144,8 +144,13 @@ and vertically within the window."
|
||||
:global nil
|
||||
:lighter " Center"
|
||||
(if center-content-mode
|
||||
(center-content--enable)
|
||||
(center-content--disable)))
|
||||
(progn
|
||||
(center-content--enable)
|
||||
(add-hook 'post-command-hook #'center-content-update 50 t)
|
||||
(add-hook 'window-configuration-change-hook #'center-content-update 50 t))
|
||||
(center-content--disable)
|
||||
(remove-hook 'post-command-hook #'center-content-update t)
|
||||
(remove-hook 'window-configuration-change-hook #'center-content-update t)))
|
||||
|
||||
(provide 'center-content)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user