diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-03 16:44:14 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-03 16:44:14 +0000 |
commit | 3ed51b364482af64749980ed7ce67812046b1713 (patch) | |
tree | a0cc68bf216c153e65f3b336b6b3b043132c42cb /debian/emacsen-startup | |
parent | Adding upstream version 0.1.10+0.1.11pre+kokb23 (diff) | |
download | w3m-3ed51b364482af64749980ed7ce67812046b1713.tar.gz w3m-3ed51b364482af64749980ed7ce67812046b1713.zip |
Releasing debian version 0.1.10+0.1.11pre+kokb23-4debian/0.1.10+0.1.11pre+kokb23-4
Diffstat (limited to 'debian/emacsen-startup')
-rw-r--r-- | debian/emacsen-startup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/emacsen-startup b/debian/emacsen-startup new file mode 100644 index 0000000..eba463f --- /dev/null +++ b/debian/emacsen-startup @@ -0,0 +1,5 @@ +;; w3m-init.el +(setq load-path (cons "/usr/share/emacs/site-lisp/w3m/" load-path)) +(autoload 'w3m "w3m" "Interface for w3m on Emacs." t) +(autoload 'w3m-browse-url "w3m" "w3m interface function for browse-url.el." t) +(autoload 'w3m-find-file "w3m" "w3m Interface function for local file." t) |