diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-22 10:41:58 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-22 10:41:58 +0000 |
commit | 1cf3b62a9421f7f63220ad0498961e4be3f3774b (patch) | |
tree | 7ee449aa433b5662d40a24250b24849edf513dfd /app-emacs/haskell-mode/files | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-1cf3b62a9421f7f63220ad0498961e4be3f3774b.tar.gz gentoo-2-1cf3b62a9421f7f63220ad0498961e4be3f3774b.tar.bz2 gentoo-2-1cf3b62a9421f7f63220ad0498961e4be3f3774b.zip |
corrected initialisation for newer haskell mode, thanks to Ivan <the_greatguru@hotmail.com>, who reported that in bug 163211
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs/haskell-mode/files')
-rw-r--r-- | app-emacs/haskell-mode/files/51haskell-mode-gentoo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/haskell-mode/files/51haskell-mode-gentoo.el b/app-emacs/haskell-mode/files/51haskell-mode-gentoo.el new file mode 100644 index 000000000000..4f5f9c83e965 --- /dev/null +++ b/app-emacs/haskell-mode/files/51haskell-mode-gentoo.el @@ -0,0 +1 @@ +(load "/usr/share/emacs/site-lisp/haskell-mode/haskell-site-file") |