diff options
-rw-r--r-- | attic/w3m.org (renamed from w3m.org) | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,7 +1,11 @@ #+title: Customizations for emacs-w3m +#+property: header-args :lexical t :tangle yes :comments no :results silent +#+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) |