diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-24 13:29:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-24 13:29:03 +0000 |
commit | d421064933d56f48b82b1c586fa5b210d6721472 (patch) | |
tree | 2b9a05d8f838bcf0fe996b2e980daf822b870af6 /app-emacs/color-moccur/files | |
parent | Initial import, bug 207189. (diff) | |
download | gentoo-2-d421064933d56f48b82b1c586fa5b210d6721472.tar.gz gentoo-2-d421064933d56f48b82b1c586fa5b210d6721472.tar.bz2 gentoo-2-d421064933d56f48b82b1c586fa5b210d6721472.zip |
Initial import, bug 207187.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs/color-moccur/files')
-rw-r--r-- | app-emacs/color-moccur/files/50color-moccur-gentoo.el | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emacs/color-moccur/files/50color-moccur-gentoo.el b/app-emacs/color-moccur/files/50color-moccur-gentoo.el new file mode 100644 index 000000000000..eae19eca967d --- /dev/null +++ b/app-emacs/color-moccur/files/50color-moccur-gentoo.el @@ -0,0 +1,15 @@ + +;;; color-moccur site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(mapc (function (lambda (x) (autoload x "color-moccur" nil t))) + '(moccur + dmoccur + dired-do-moccur + Buffer-menu-moccur + grep-buffers + search-buffers + occur-by-moccur + isearch-moccur + moccur-grep + moccur-grep-find)) |