summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-21 04:57:13 +0100
committerjao <jao@gnu.org>2021-06-21 04:57:13 +0100
commit109a170ecd32535640b073e6a2e36a974eddba0e (patch)
tree69f2b607b107d37a20b943e9365351d1c70dd5db
parent2f946e63f235849ca9e4d3a27277576f257e5b64 (diff)
downloadelibs-109a170ecd32535640b073e6a2e36a974eddba0e.tar.gz
elibs-109a170ecd32535640b073e6a2e36a974eddba0e.tar.bz2
specifying :tangle-mode to avoid :shebang's +x
-rw-r--r--blog.org2
-rw-r--r--completion.org2
-rw-r--r--email.org2
-rw-r--r--eww.org2
-rw-r--r--exwm.org2
-rw-r--r--init.org2
-rw-r--r--org.org2
7 files changed, 7 insertions, 7 deletions
diff --git a/blog.org b/blog.org
index b92c9de..faea694 100644
--- a/blog.org
+++ b/blog.org
@@ -1,5 +1,5 @@
#+title: Org static blog
-#+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)
#+auto_tangle: t
* Vars and setup
diff --git a/completion.org b/completion.org
index 8dcc093..b3b5964 100644
--- a/completion.org
+++ b/completion.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: Completion configuration
#+auto_tangle: t
diff --git a/email.org b/email.org
index 78d4679..0d445f2 100644
--- a/email.org
+++ b/email.org
@@ -1,4 +1,4 @@
-#+property: header-args:emacs-lisp :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-"
+#+property: header-args:emacs-lisp :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-" :tangle-mode (identity #o644)
#+title: email handling (message mode, bbdb, notmuch)
#+auto_tangle: t
diff --git a/eww.org b/eww.org
index ad68830..cbb279d 100644
--- a/eww.org
+++ b/eww.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: Web browsing using eww
#+auto_tangle: t
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
diff --git a/init.org b/init.org
index f22ce99..6b13ff8 100644
--- a/init.org
+++ b/init.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)
#+auto_tangle: t
* Packages
diff --git a/org.org b/org.org
index d381216..8283382 100644
--- a/org.org
+++ b/org.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: Org (and related) mode configuration
#+auto_tangle: t