diff options
| author | noa | 2024-11-11 12:02:10 +0800 | 
|---|---|---|
| committer | noa | 2024-11-11 12:02:10 +0800 | 
| commit | 9977294da23fde1de259ec982f2c794e440df446 (patch) | |
| tree | 7422a7024fd751d3acdf541a94f8f67fc7957798 /emacs/init.el | |
| parent | c281986bdce7fb13fac4e07a4751cfd847a8755f (diff) | |
Re-enable centred text with visual-fill-column
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index e33ac6b..f86fead 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -121,6 +121,7 @@    :custom    (visual-fill-column-enable-sensible-window-split t)    (visual-fill-column-fringes-outside-margins nil) ; Keep fringes on the inside so relevant icons are in the right place +  (visual-fill-column-center-text t)    :hook    ((text-mode . visual-line-fill-column-mode)     (eww-after-render . visual-line-fill-column-mode))  | 
