diff options
author | 2002-11-20 05:01:33 +0000 | |
---|---|---|
committer | 2002-11-20 05:01:33 +0000 | |
commit | 3ab8c888af6f317bab1f90487cbcdd729b18c570 (patch) | |
tree | f7d1b275932c85858c41663f3afd7e76fb0e5931 /app-emacs/inform-mode/files | |
parent | New ebuild for Noia icons. (diff) | |
download | gentoo-2-3ab8c888af6f317bab1f90487cbcdd729b18c570.tar.gz gentoo-2-3ab8c888af6f317bab1f90487cbcdd729b18c570.tar.bz2 gentoo-2-3ab8c888af6f317bab1f90487cbcdd729b18c570.zip |
initial import
Diffstat (limited to 'app-emacs/inform-mode/files')
-rw-r--r-- | app-emacs/inform-mode/files/50inform-mode-gentoo.el | 12 | ||||
-rw-r--r-- | app-emacs/inform-mode/files/digest-inform-mode-1.5.8 | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/inform-mode/files/50inform-mode-gentoo.el b/app-emacs/inform-mode/files/50inform-mode-gentoo.el new file mode 100644 index 000000000000..1f8d54f22993 --- /dev/null +++ b/app-emacs/inform-mode/files/50inform-mode-gentoo.el @@ -0,0 +1,12 @@ + +;;; inform-mode site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) + +(autoload 'inform-mode "inform-mode" "Inform editing mode." t) +(autoload 'inform-maybe-mode "inform-mode" "Inform/C header editing mode.") + +(setq auto-mode-alist + (append '(("\\.h\\'" . inform-maybe-mode) + ("\\.inf\\'" . inform-mode)) + auto-mode-alist)) diff --git a/app-emacs/inform-mode/files/digest-inform-mode-1.5.8 b/app-emacs/inform-mode/files/digest-inform-mode-1.5.8 new file mode 100644 index 000000000000..6e84ad8e37cb --- /dev/null +++ b/app-emacs/inform-mode/files/digest-inform-mode-1.5.8 @@ -0,0 +1 @@ +MD5 b127d7d204e116a0860a7922aa4f2819 inform-mode-1.5.8.tar.bz2 14734 |