summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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