summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
Diffstat (limited to 'email.org')
-rw-r--r--email.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/email.org b/email.org
index 6fb334f..123351e 100644
--- a/email.org
+++ b/email.org
@@ -1,12 +1,10 @@
#+title: email handling (message mode, bbdb, notmuch, mu4e et al.)
-#+property: header-args :lexical t :tangle yes :comments no :results silent
+#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t; -*-"
#+auto_tangle: t
* message mode
*** Customization
#+begin_src emacs-lisp
- ;; -*- lexical-binding: t; -*-
-
(defvar jao-mails "")
(defvar jao-mails-regexp)
(setq jao-mails-regexp (regexp-opt jao-mails))