From 109a170ecd32535640b073e6a2e36a974eddba0e Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 21 Jun 2021 04:57:13 +0100 Subject: specifying :tangle-mode to avoid :shebang's +x --- exwm.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exwm.org') diff --git a/exwm.org b/exwm.org index a18b253..7bcc7c0 100644 --- a/exwm.org +++ b/exwm.org @@ -1,4 +1,4 @@ -#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-" +#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-" :tangle-mode (identity #o644) #+title: exwm configuration #+auto_tangle: t -- cgit v1.2.3