diff options
author | 2009-11-15 16:58:40 +0000 | |
---|---|---|
committer | 2009-11-15 16:58:40 +0000 | |
commit | e11c55be3db07fa9be078f34e88d69fc1a9b39b6 (patch) | |
tree | a47d5e1fc31d86cc553175cbe80a99e035dad9b5 /app-emacs/gentoo-syntax/files | |
parent | Fixed LDPATH (diff) | |
download | gentoo-2-e11c55be3db07fa9be078f34e88d69fc1a9b39b6.tar.gz gentoo-2-e11c55be3db07fa9be078f34e88d69fc1a9b39b6.tar.bz2 gentoo-2-e11c55be3db07fa9be078f34e88d69fc1a9b39b6.zip |
Move live ebuild to emacs overlay. Clean up.
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'app-emacs/gentoo-syntax/files')
-rw-r--r-- | app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el b/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el deleted file mode 100644 index f9ef9628b1b5..000000000000 --- a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo-1.14.el +++ /dev/null @@ -1,12 +0,0 @@ -(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\\|eclass\\|eblit\\)\\'" . ebuild-mode)) -(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode)) -(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) -(modify-coding-system-alist 'file "\\.\\(ebuild\\|eclass\\)\\'" 'utf-8) - -(setq ebuild-mode-portdir "@PORTDIR@") |