diff options
Diffstat (limited to 'app-emacs/h4x0r/files/50h4x0r-gentoo.el')
-rw-r--r-- | app-emacs/h4x0r/files/50h4x0r-gentoo.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-emacs/h4x0r/files/50h4x0r-gentoo.el b/app-emacs/h4x0r/files/50h4x0r-gentoo.el new file mode 100644 index 000000000000..b6cffe8f52b5 --- /dev/null +++ b/app-emacs/h4x0r/files/50h4x0r-gentoo.el @@ -0,0 +1,6 @@ + +;;; h4x0r site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +(require 'h4x0r) + |