freebsd-ports/www/w3-4/files/dot.emacs.tmpl
Satoshi Asami 7ca69fdf61 Update dir file with install-info. Also, change organization so that
files can be shared between this port and japanese/w3.

Note this is a "blind" commit; it is too much trouble to test an update
with this many added and deleted files.  I'll test it later.

PR:		3788
Submitted by:	<kiri@kiri.toba-cmt.ac.jp>
1997-06-10 09:58:54 +00:00

9 lines
437 B
Cheetah

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Emacs-w3 ;;;;
;; Emacs-w3(Ver.%VERSION%) ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq url-keep-history t)
(setq url-be-asynchronous t)
(setq w3-default-homepage
"file://localhost/usr/share/doc/handbook/handbook.html")
;; Emacs-w3 end