diff options
Diffstat (limited to 'sci-mathematics/twelf/files/50twelf-gentoo.el')
-rw-r--r-- | sci-mathematics/twelf/files/50twelf-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-mathematics/twelf/files/50twelf-gentoo.el b/sci-mathematics/twelf/files/50twelf-gentoo.el new file mode 100644 index 000000000000..5bda54b2f19a --- /dev/null +++ b/sci-mathematics/twelf/files/50twelf-gentoo.el @@ -0,0 +1,4 @@ +;;; twelf site-lisp configuration + +(setq twelf-root "@SITELISP@") +(add-to-list 'load-path "@SITELISP@") |