diff options
author | Crazazy | 2022-01-31 17:32:36 +0100 |
---|---|---|
committer | Crazazy | 2022-02-10 16:13:34 +0100 |
commit | 9ad9fa06c386d6609e66e2024b59387a9d529ad2 (patch) | |
tree | 27bd253cf0d9ba165fc359097037432d3f5f8cca | |
parent | 2cd112161a60f48eba98da8310be0125f2191044 (diff) |
increase the width of the pages themselves
-rw-r--r-- | emacs.org | 1 | ||||
-rw-r--r-- | nixos.org | 1 | ||||
-rw-r--r-- | readme.org | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -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 @@ -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 @@ -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 |