diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-05-21 21:13:43 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-05-21 21:13:43 +0000 |
commit | c0b2fc06bcb2ea0aea404754f28731755cd12ed9 (patch) | |
tree | 19f02cbde0e4f6e702d6e5fdd9fb95b61b5429df /sci-visualization/gle/files/64gle-gentoo.el | |
parent | Version bump. (diff) | |
download | gentoo-2-c0b2fc06bcb2ea0aea404754f28731755cd12ed9.tar.gz gentoo-2-c0b2fc06bcb2ea0aea404754f28731755cd12ed9.tar.bz2 gentoo-2-c0b2fc06bcb2ea0aea404754f28731755cd12ed9.zip |
Initial import. Closing bug #128322. Thanks to Sebastien Fabbro for help with this ebuild in the science overlay.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization/gle/files/64gle-gentoo.el')
-rw-r--r-- | sci-visualization/gle/files/64gle-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-visualization/gle/files/64gle-gentoo.el b/sci-visualization/gle/files/64gle-gentoo.el new file mode 100644 index 000000000000..fcb527f40b59 --- /dev/null +++ b/sci-visualization/gle/files/64gle-gentoo.el @@ -0,0 +1,4 @@ +;; begin gle-mode +(autoload 'gle-mode "gle-mode") +(add-to-list 'auto-mode-alist '("\\.gle\\'" . gle-mode)) +;; end gle-mode |