summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el')
-rw-r--r--app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el b/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el
index 6c5f0d536d79..80ce285a9bde 100644
--- a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el
+++ b/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; 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)
@@ -10,3 +7,5 @@
(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@")