summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/erc/files/50erc-gentoo.el')
-rw-r--r--app-emacs/erc/files/50erc-gentoo.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/erc/files/50erc-gentoo.el b/app-emacs/erc/files/50erc-gentoo.el
new file mode 100644
index 000000000000..06dbbdb32f22
--- /dev/null
+++ b/app-emacs/erc/files/50erc-gentoo.el
@@ -0,0 +1,7 @@
+
+;;; erc site-lisp configuration
+
+(setq load-path (cons "@SITELISP@" load-path))
+(autoload 'erc-select "erc"
+ "Start erc."
+ t)