summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.org1
-rw-r--r--nixos.org1
-rw-r--r--readme.org1
3 files changed, 3 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index cd7b7a2..66239e0 100644
--- a/emacs.org
+++ b/emacs.org
@@ -2,6 +2,7 @@
 #+AUTHOR: Crazazy
 #+PROPERTY: header-args :tangle yes :noweb yes :results silent
 #+HTML_HEAD: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/latex.css@1.6.0/style.min.css" integrity="sha256-Ncz7wrwMhIHPJupOT4BWvsCDbduC61SmpMasJCmvPB8=" crossorigin="anonymous">
+#+HTML_HEAD:<style>body { max-width : 120ch; }</style>
 #+OPTIONS: ^:nil p:t
 
 Welp, here it goes. This is a literal config for my emacs setup
diff --git a/nixos.org b/nixos.org
index 5c4d40d..0b6c6a1 100644
--- a/nixos.org
+++ b/nixos.org
@@ -2,6 +2,7 @@
 #+AUTHOR: Crazazy
 #+PROPERTY: header-args :tangle yes :noweb yes :results silent
 #+HTML_HEAD: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/latex.css@1.6.0/style.min.css" integrity="sha256-Ncz7wrwMhIHPJupOT4BWvsCDbduC61SmpMasJCmvPB8=" crossorigin="anonymous">
+#+HTML_HEAD:<style>body { max-width : 120ch; }</style>
 #+OPTIONS: ^:nil p:t
 
 This is the nixos config. Right now it is a bit of a hack because I don't have a [[https://github.com/rasendubi/dotfiles#patch-ob-tangle][ob-tangle patch]] but that can come
diff --git a/readme.org b/readme.org
index e80afb8..7842a65 100644
--- a/readme.org
+++ b/readme.org
@@ -2,6 +2,7 @@
 #+author: Crazazy
 #+PROPERTY: header-args :tangle yes :noweb yes :results silent
 #+HTML_HEAD: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/latex.css@1.6.0/style.min.css" integrity="sha256-Ncz7wrwMhIHPJupOT4BWvsCDbduC61SmpMasJCmvPB8=" crossorigin="anonymous">
+#+HTML_HEAD:<style>body { max-width : 120ch; }</style>
 #+OPTIONS: ^:nil p:t
 
 This is my collection of literal config for my global and emacs setup