summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--attic/w3m.org4
-rw-r--r--completion.org2
-rw-r--r--email.org2
-rw-r--r--eww.org2
-rw-r--r--exwm.org2
-rw-r--r--gnus.org2
-rw-r--r--org.org2
7 files changed, 7 insertions, 9 deletions
diff --git a/attic/w3m.org b/attic/w3m.org
index bad8fb2..a92db2c 100644
--- a/attic/w3m.org
+++ b/attic/w3m.org
@@ -1,11 +1,9 @@
-#+title: Customizations for emacs-w3m
#+property: header-args :lexical t :tangle yes :comments no :results silent
+#+title: Customizations for emacs-w3m
#+auto_tangle: t
* browse-url and afio
#+begin_src emacs-lisp
- ;; -*- lexical-binding: t; -*-
-
(defun jao-w3m-find-url (url)
(let* ((url (w3m-canonicalize-url url))
(fn `(lambda (b)
diff --git a/completion.org b/completion.org
index 797796c..56acd47 100644
--- a/completion.org
+++ b/completion.org
@@ -1,5 +1,5 @@
+#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t -*-"
#+title: Completion configuration
-#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-"
#+auto_tangle: t
* completion styles
diff --git a/email.org b/email.org
index 123351e..3fdddcf 100644
--- a/email.org
+++ b/email.org
@@ -1,5 +1,5 @@
-#+title: email handling (message mode, bbdb, notmuch, mu4e et al.)
#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-"
+#+title: email handling (message mode, bbdb, notmuch, mu4e et al.)
#+auto_tangle: t
* message mode
diff --git a/eww.org b/eww.org
index c946c69..031cd4a 100644
--- a/eww.org
+++ b/eww.org
@@ -1,5 +1,5 @@
-#+title: Web browsing using eww
#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t -*-"
+#+title: Web browsing using eww
#+auto_tangle: t
* Integration with browse-url and afio
diff --git a/exwm.org b/exwm.org
index 81bf280..1668247 100644
--- a/exwm.org
+++ b/exwm.org
@@ -1,5 +1,5 @@
-#+title: exwm configuration
#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-"
+#+title: exwm configuration
#+auto_tangle: t
* Load and basic config
diff --git a/gnus.org b/gnus.org
index c6bf589..61ef7c5 100644
--- a/gnus.org
+++ b/gnus.org
@@ -1,5 +1,5 @@
+#+property: header-args :tangle ~/.emacs.d/gnus.el :comments yes :results silent
#+title: Gnus
-#+PROPERTY: header-args :tangle ~/.emacs.d/gnus.el :comments yes :results silent
#+auto_tangle: t
* Feature switching vars
diff --git a/org.org b/org.org
index 80f5942..27578cd 100644
--- a/org.org
+++ b/org.org
@@ -1,5 +1,5 @@
-#+title: Org (and related) mode configuration
#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t"
+#+title: Org (and related) mode configuration
#+auto_tangle: t
* General configuration