summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-09-08 11:20:48 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-09-08 11:20:48 +0200
commitcca72fa61ef46196e290927e9b4170239d32b125 (patch)
tree1d8f2a6c621a21b61acf67a0c894f1d789066abd
parent0daea4e48ecc1969bfa80667231308b3b325b5ce (diff)
Remove margin settings.
-rw-r--r--init.org6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.org b/init.org
index 064152c..7a80b7d 100644
--- a/init.org
+++ b/init.org
@@ -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