diff options
| -rw-r--r-- | emacs.org | 2 | ||||
| -rw-r--r-- | nixos.org | 3 | ||||
| -rw-r--r-- | readme.org | 3 | 
3 files changed, 8 insertions, 0 deletions
| @@ -1,6 +1,8 @@  #+TITLE:Emacs config  #+AUTHOR: Crazazy  #+PROPERTY: header-args :tangle yes :noweb yes :results silent +#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css"> +#+OPTIONS: ^:nil p:t  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 @@ -1,5 +1,8 @@  #+TITLE:Nixos Config  #+AUTHOR: Crazazy +#+PROPERTY: header-args :tangle yes :noweb yes :results silent +#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css"> +#+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  later @@ -1,5 +1,8 @@  #+title: Crazazy's literal config  #+author: Crazazy +#+PROPERTY: header-args :tangle yes :noweb yes :results silent +#+HTML_HEAD: <link rel="stylesheet" href="https://latex.now.sh/style.css"> +#+OPTIONS: ^:nil p:t  This is my collection of literal config for my global and emacs setup | 
