emacs-w3

alan's 的頭像

相關網站

安裝

$ 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

發表新回應

這個欄位的內容會保密,不會公開顯示。
  • 可使用的 HTML 標籤:<a> <em> <pre><strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><img><h1><h2><h3>
  • 自動斷行和分段。

更多關於格式選項的資訊