diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-26 15:07:35 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-26 15:07:35 +0000 |
commit | 2856606764bd524a6418f0f138bdff8d58f0af3f (patch) | |
tree | 222b3d716376315ff363ffb38949387fe10d028a /app-emacs/howm/files | |
parent | stable on amd64, bug #57092 (Manifest recommit) (diff) | |
download | gentoo-2-2856606764bd524a6418f0f138bdff8d58f0af3f.tar.gz gentoo-2-2856606764bd524a6418f0f138bdff8d58f0af3f.tar.bz2 gentoo-2-2856606764bd524a6418f0f138bdff8d58f0af3f.zip |
Fixed a warning while loading 50howm-gentoo.el.
Diffstat (limited to 'app-emacs/howm/files')
-rw-r--r-- | app-emacs/howm/files/55howm-gentoo.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-emacs/howm/files/55howm-gentoo.el b/app-emacs/howm/files/55howm-gentoo.el new file mode 100644 index 000000000000..2903181f2249 --- /dev/null +++ b/app-emacs/howm/files/55howm-gentoo.el @@ -0,0 +1,6 @@ + +;;; howm site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(require 'howm) + |