1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00

Adding org-auto-tangle to configs.

This commit is contained in:
Derek Taylor 2022-06-07 15:42:54 -05:00
parent fed14071c5
commit 50f5f8044a
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,8 @@
#+TITLE: Aweomsome WM Config
#+AUTHOR: Derek Taylor
#+PROPERTY: header-args :tangle rc.lua
#+auto_tangle: t
#+STARTUP: showeverything
* Table of Contents :toc:
- [[#about-this-config][About This Config]]

View file

@ -1,5 +1,8 @@
#+TITLE: Qtile Config
#+AUTHOR: Derek Taylor
#+PROPERTY: header-args :tangle config.py
#+auto_tangle: t
#+STARTUP: showeverything
* Table of Contents :toc:
- [[#about-this-config][About This Config]]

View file

@ -1,7 +1,8 @@
#+TITLE: XMonad Config
#+PROPERTY: header-args :tangle xmonad.hs
#+STARTUP: showeverything
#+AUTHOR: Derek Taylor
#+PROPERTY: header-args :tangle xmonad.hs
#+auto_tangle: t
#+STARTUP: showeverything
* Table Of Contents :toc:
- [[#about-this-config][About This Config]]