diff options
Diffstat (limited to 'app-emacs/w3/files/50w3-gentoo.el')
-rw-r--r-- | app-emacs/w3/files/50w3-gentoo.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/w3/files/50w3-gentoo.el b/app-emacs/w3/files/50w3-gentoo.el new file mode 100644 index 000000000000..99c65b369018 --- /dev/null +++ b/app-emacs/w3/files/50w3-gentoo.el @@ -0,0 +1,7 @@ + +;;; emacs/w3 site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +;;;(condition-case () (require 'w3-auto \"w3-auto\") (error nil)) +(require 'w3-auto) + |