File: dot.w3m-browse-url.el

package info (click to toggle)
w3m-el 1.4.569%2B0.20170110-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,780 kB
  • sloc: lisp: 45,666; sh: 515; makefile: 403
file content (6 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
; from TIPS.ja
;   The following emacsen configuration makes `C-x m' on the string looking 
;   like URI browse the page by w3m.
;
(setq browse-url-browser-function 'w3m-browse-url)
(global-set-key "\C-xm" 'browse-url-at-point)