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