diff options
Diffstat (limited to 'www/w3/files/dot.emacs.tmpl')
-rw-r--r-- | www/w3/files/dot.emacs.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/w3/files/dot.emacs.tmpl b/www/w3/files/dot.emacs.tmpl new file mode 100644 index 000000000000..cba240257400 --- /dev/null +++ b/www/w3/files/dot.emacs.tmpl @@ -0,0 +1,8 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 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 |