From 62ea1086e9ec844c5357bcb86f09333a0ea5638a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 28 Dec 2012 01:56:58 +0100 Subject: Emacs: Manually set-up w3m Only `w3m-goto-url' and `w3m-bookmark-view' are ever really used to start w3m, no need to load `w3m-load' for that. --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 061a29b..dd679c9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -30,7 +30,6 @@ (require 'geiser-install) (require 'oni) (require 'uniquify) -(require 'w3m-load) (autoload 'define-slime-contrib "slime") (autoload 'gtags-mode "gtags" nil t) @@ -42,6 +41,8 @@ (autoload 'server-running-p "server") (autoload 'slime-js-minor-mode "slime-js" nil t) (autoload 'xmodmap-mode "xmodmap-mode" nil t) +(autoload 'w3m-bookmark-view "w3m" nil t) +(autoload 'w3m-goto-url "w3m" nil t) (load (expand-file-name "~/.emacs.d/site-lisp/loaddefs.el")) -- cgit v1.2.3-54-g00ecf