blob: 3c093d4d362bbd5614280feb59d41b8241f27966 (
plain)
1
2
3
4
5
6
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)
|