diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-09-08 11:20:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-09-08 11:20:48 +0200 |
commit | cca72fa61ef46196e290927e9b4170239d32b125 (patch) | |
tree | 1d8f2a6c621a21b61acf67a0c894f1d789066abd | |
parent | 0daea4e48ecc1969bfa80667231308b3b325b5ce (diff) |
Remove margin settings.
-rw-r--r-- | init.org | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -745,12 +745,6 @@ The =scpaste= package allows me to quickly paste text to my personal web site. * Resize buffer margins dynamically -I don’t want to have any margins by default. - -#+BEGIN_SRC elisp -(setq-default left-margin-width 0 right-margin-width 0) -#+END_SRC - When writing Org-mode documents or when browsing the web with Eww I prefer to see shorter lines. =olivetti-mode= adjusts the buffer margins such that the buffer contents are restricted in width and centered. I find this much more readable when editing Org documents or browsing with Eww. #+BEGIN_SRC elisp |