;;; -*- Mode: Emacs-Lisp -*- ;; Signature file (setq hm--html-signature-file "http://www2.informatik.uni-jena.de/~mrz/") ;; Username (Only necessary if it differs from the passwd entry) (setq hm--html-username "René Scholz") ;; X Window System display for the html-view ;(setq html-view-display "isun18:0") ;; Use the expert menus? (setq hm--html-expert t) ;; Delete the automounter path prefix /tmp_mount (setq hm--html-delete-wrong-path-prefix "/tmp_mount") ;;; ; ; W3 ;; Default Home Page for w3-mode in lemacs or GNU Emacs ;(setq w3-default-homepage "file:/home/mrz/.www/index.html") (setq w3-default-homepage "http://www2.informatik.uni-jena.de/~mrz/")