Lisp: Display HyperSpec documentation within Emacs

master
Pierre Neidhardt 2018-11-19 10:37:12 +01:00
parent 9fa719e113
commit ceb41304d3
1 changed files with 2 additions and 0 deletions

View File

@ -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