summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/eperiodic/files/50eperiodic-gentoo.el')
-rw-r--r--app-emacs/eperiodic/files/50eperiodic-gentoo.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/eperiodic/files/50eperiodic-gentoo.el b/app-emacs/eperiodic/files/50eperiodic-gentoo.el
new file mode 100644
index 000000000000..3c093d4d362b
--- /dev/null
+++ b/app-emacs/eperiodic/files/50eperiodic-gentoo.el
@@ -0,0 +1,7 @@
+
+;;; eperiodic site-lisp configuration
+
+(setq load-path (cons "@SITELISP@" load-path))
+(autoload 'eperiodic "eperiodic"
+ "Display the periodic table of the elements in its own buffer"
+ t)