diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-26 13:42:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-26 13:42:20 +0000 |
commit | f44b6c77ea1efeb9ddef775b16a3999db03251e0 (patch) | |
tree | 9cd62c27c23b7db6881e163d7aef0fca4d6bc116 /app-emacs/mldonkey/files | |
parent | Added missing quotation marks and fixed spelling of Adam's last name in Chang... (diff) | |
download | gentoo-2-f44b6c77ea1efeb9ddef775b16a3999db03251e0.tar.gz gentoo-2-f44b6c77ea1efeb9ddef775b16a3999db03251e0.tar.bz2 gentoo-2-f44b6c77ea1efeb9ddef775b16a3999db03251e0.zip |
RDEPEND on net-p2p/mldonkey. amd64 stable, bug 195512
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-emacs/mldonkey/files')
-rw-r--r-- | app-emacs/mldonkey/files/50mldonkey-gentoo.el | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app-emacs/mldonkey/files/50mldonkey-gentoo.el b/app-emacs/mldonkey/files/50mldonkey-gentoo.el index 82f4d78a7149..a4b09d66d25e 100644 --- a/app-emacs/mldonkey/files/50mldonkey-gentoo.el +++ b/app-emacs/mldonkey/files/50mldonkey-gentoo.el @@ -1,18 +1,10 @@ -;;; site-lisp configuration for mldonkey-el +;;; mldonkey site-lisp configuration (add-to-list 'load-path "@SITELISP@") (require 'mldonkey) -;;; The following configuration is based on the configuration -;;; distributed with mldonkey-el (from sample-config.el) - -(when (featurep 'highline) - (require 'highline)) - -;; (add-hook 'mldonkey-mode-hook 'highline-local-mode) - (setq mldonkey-host "localhost") (setq mldonkey-port 4000) ; use the port of the telnet interface here |