From 7207632c56a7168244b466b8232e6c19d0f928ea Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 28 Apr 2021 16:39:30 +0200 Subject: [PATCH] [Org] Add auto-tangling to simple org files --- org/config/fish.org | 1 + org/config/index.org | 1 + org/config/neofetch.org | 1 + org/config/picom.org | 1 + org/config/rustfmt.org | 1 + org/config/tmux.org | 1 + 6 files changed, 6 insertions(+) diff --git a/org/config/fish.org b/org/config/fish.org index d7d3bf9..92de9f8 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -1,3 +1,4 @@ +# -*- after-save-hook: (org-babel-tangle t); -*- #+TITLE: Fish config #+setupfile: headers #+OPTIONS: auto-id:t diff --git a/org/config/index.org b/org/config/index.org index 0f6e13e..4f8ae38 100644 --- a/org/config/index.org +++ b/org/config/index.org @@ -1,3 +1,4 @@ +# -*- after-save-hook: (org-babel-tangle t); -*- #+TITLE: Phundrak’s dotfiles #+setupfile: headers #+OPTIONS: auto-id:t diff --git a/org/config/neofetch.org b/org/config/neofetch.org index 203e270..1fe74c5 100644 --- a/org/config/neofetch.org +++ b/org/config/neofetch.org @@ -1,3 +1,4 @@ +# -*- after-save-hook: (org-babel-tangle t); -*- #+title: Neofetch configuration #+setupfile: headers #+OPTIONS: auto-id:t diff --git a/org/config/picom.org b/org/config/picom.org index af3a853..d15b812 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -1,3 +1,4 @@ +# -*- after-save-hook: (org-babel-tangle t); -*- #+title: Picom (Compton) Configuration #+setupfile: headers #+HTML_HEAD_EXTRA: diff --git a/org/config/rustfmt.org b/org/config/rustfmt.org index a057cdf..ed18c9d 100644 --- a/org/config/rustfmt.org +++ b/org/config/rustfmt.org @@ -1,3 +1,4 @@ +# -*- after-save-hook: (org-babel-tangle t); -*- #+TITLE: Rust format config #+setupfile: headers #+OPTIONS: auto-id:t diff --git a/org/config/tmux.org b/org/config/tmux.org index 6df1de0..0c45bb0 100644 --- a/org/config/tmux.org +++ b/org/config/tmux.org @@ -1,3 +1,4 @@ +# -*- after-save-hook: (org-babel-tangle t); -*- #+TITLE: Tmux config #+setupfile: headers #+OPTIONS: auto-id:t