diff options
Diffstat (limited to 'app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el')
-rw-r--r-- | app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el b/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el deleted file mode 100644 index 6dd07895db93..000000000000 --- a/app-emacs/gentoo-syntax/files/51gentoo-syntax-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; gentoo-syntax site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") - -(autoload 'ebuild-mode "gentoo-syntax" - "Major mode for Portage .ebuild and .eclass files." t) -(autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t) - -(add-to-list 'auto-mode-alist '("\\.ebuild\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eclass\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode)) -(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) |