summaryrefslogtreecommitdiffhomepage
path: root/blog.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-24 07:16:06 +0100
committerjao <jao@gnu.org>2021-05-24 07:16:06 +0100
commitf5ca99beb75b4dbd04110a269139273c2057003c (patch)
treef9651183d0eaefcdeac3a744723398ac92c9fdb3 /blog.org
parentbffe6a91452dbb629a28a4ce5b070cced4777fbe (diff)
downloadelibs-f5ca99beb75b4dbd04110a269139273c2057003c.tar.gz
elibs-f5ca99beb75b4dbd04110a269139273c2057003c.tar.bz2
comments in tangled files (shebang trick)
Diffstat (limited to 'blog.org')
-rw-r--r--blog.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/blog.org b/blog.org
index 0fd86a7..d6209dc 100644
--- a/blog.org
+++ b/blog.org
@@ -1,11 +1,9 @@
#+title: Org static blog
-#+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
* Vars and setup
#+begin_src emacs-lisp
- ;; -*- lexical-binding: t; -*-
-
(jao-load-path "org-static-blog")
(when (> emacs-major-version 26) (use-package htmlize :ensure t))
(defvar jao-blog-base-dir "~/doc/jao.io")