From ceb41304d3fb74c49205ddb0f15620e7598f7989 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 19 Nov 2018 10:37:12 +0100 Subject: [PATCH] Lisp: Display HyperSpec documentation within Emacs --- .emacs.d/lisp/main.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index 2e6f8166..af3e9363 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -168,6 +168,8 @@ ;; TODO: Use eww instead of w3m. For some reason it hangs for almost a minute ;; with eww. (setq browse-url-browser-function '(("file:///.*/gtk-doc/html/.*" . w3m-browse-url) + ;; TODO: Display hyperspec in other window. + ("http://www.lispworks.com/reference/HyperSpec/.*" . eww-browse-url) ("." . browse-url-default-browser)))) ;; shr