diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-09-22 19:47:30 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-09-22 19:47:30 +0000 |
commit | 3a4d528d519bd02c7dde4dfd04dd4d9b9a7247b5 (patch) | |
tree | 78b856625b8da190736845e8a4ad9e1cbfe798e4 /sys-cluster/glusterfs/files/50glusterfs-mode-gentoo.el | |
parent | autotools is unused (diff) | |
download | historical-3a4d528d519bd02c7dde4dfd04dd4d9b9a7247b5.tar.gz historical-3a4d528d519bd02c7dde4dfd04dd4d9b9a7247b5.tar.bz2 historical-3a4d528d519bd02c7dde4dfd04dd4d9b9a7247b5.zip |
[sys-cluster/glusterfs] Initial import per bug #167955
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/glusterfs/files/50glusterfs-mode-gentoo.el')
-rw-r--r-- | sys-cluster/glusterfs/files/50glusterfs-mode-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-cluster/glusterfs/files/50glusterfs-mode-gentoo.el b/sys-cluster/glusterfs/files/50glusterfs-mode-gentoo.el new file mode 100644 index 000000000000..c14b0d8de33b --- /dev/null +++ b/sys-cluster/glusterfs/files/50glusterfs-mode-gentoo.el @@ -0,0 +1,5 @@ + +;;; puppet-mode site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'glusterfs-mode "glusterfs-mode" "Major mode for editing glusterfs manifests") |