;-*- Mode: Emacs-Lisp -*- ; .emacs-w3m -- for me ; Copyright : http://www.fsf.org/copyleft/gpl.html ; Author : Dan Jacobson http://jidanni.org/ ; Created On : Sat Apr 12 07:58:18 2008 ; Last Modified On: Sun May 11 04:08:20 2008 ; Update Count : 7 (setq w3m-use-favicon nil w3m-default-coding-system 'utf-8 w3m-use-cookies t w3m-home-page "http://localhost:8080/index/lasttime?sort=mtime" w3m-use-title-buffer-name t w3m-default-directory "~/" ) (define-key w3m-mode-map [up] 'previous-line) (define-key w3m-mode-map [down] 'next-line) (define-key w3m-mode-map [left] 'backward-char) (define-key w3m-mode-map [right] 'forward-char)