From 832d146adb888974ed181147ca87bb49f371e79a Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 24 May 2021 06:37:46 +0100 Subject: lexical tangling and optional loading --- eww.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eww.org') diff --git a/eww.org b/eww.org index 676e4df..ebabf42 100644 --- a/eww.org +++ b/eww.org @@ -1,7 +1,11 @@ #+title: Web browsing using eww +#+property: header-args :lexical t :tangle yes :comments no :results silent +#+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) -- cgit v1.2.3