
相關網站
安裝
$ sudo aptitude install w3m w3m-img w3m-el設定
(setq w3m-use-favicon nil)
(setq w3m-command-arguments '("-cookie" "-F"))
(setq w3m-use-cookies t)
(setq w3m-home-page "http://www.google.com.tw/")
(setq w3m-tab-width 8)
;; 讓w3m為預設的瀏覽器
;(setq browse-url-browser-function 'w3m-browse-url)
;; 使用預設瀏覽器打開游標下的網址
(global-set-key (kbd "C-c o") 'browse-url-at-point)Emacs-wget
介紹:Emacs-wget
$ sudo aptitude install wget.el
發表新回應