summary refs log tree commit diff
path: root/emacs.org
diff options
context:
space:
mode:
authorCrazazy2022-02-22 15:58:00 +0100
committerCrazazy2022-02-22 15:58:00 +0100
commitaa990b166b50829ecedf2b8090e46c4b617d8bcc (patch)
treec15eca69cf9afb724c83d01eee47efb6be906e2e /emacs.org
parent91115903f95758e253689a42ab03b6fa648e59d8 (diff)
move all styling to separate org file
Diffstat (limited to 'emacs.org')
-rw-r--r--emacs.org5
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs.org b/emacs.org
index b84a311..b142d31 100644
--- a/emacs.org
+++ b/emacs.org
@@ -1,10 +1,7 @@
 #+TITLE:Emacs config
 #+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
-
+#+SETUPFILE: ./style.org
 Welp, here it goes. This is a literal config for my emacs setup
 I will prbably copy-paste what I have in my literal config, and provide small, fun explanations along the way
 For now, prepare this to be not the best documented literal config you've seen.