summaryrefslogtreecommitdiffhomepage
path: root/eww.org
diff options
context:
space:
mode:
Diffstat (limited to 'eww.org')
-rw-r--r--eww.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/eww.org b/eww.org
index ebabf42..c946c69 100644
--- a/eww.org
+++ b/eww.org
@@ -1,11 +1,9 @@
#+title: Web browsing using eww
-#+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
* Integration with browse-url and afio
#+begin_src emacs-lisp
- ;; -*- lexical-binding: t; -*-
-
(defun jao-eww-browse-url (url &rest r)
"Browse URL using eww."
(jao-afio--goto-www)