summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-02-24 13:29:03 +0000
committerUlrich Müller <ulm@gentoo.org>2008-02-24 13:29:03 +0000
commitd421064933d56f48b82b1c586fa5b210d6721472 (patch)
tree2b9a05d8f838bcf0fe996b2e980daf822b870af6 /app-emacs/color-moccur/files
parentInitial import, bug 207189. (diff)
downloadgentoo-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.el15
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))