From 55b4bba4b4a1847db3ea2b0cce5de98f3bd8e479 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 4 Jul 2014 01:35:14 -0400 Subject: Don't add PKGBUILD to auto-mode-alist This is (now?) added by pkgbuild-mode. --- lisp/init-shell.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp') diff --git a/lisp/init-shell.el b/lisp/init-shell.el index db3c6ad..6f7e26c 100644 --- a/lisp/init-shell.el +++ b/lisp/init-shell.el @@ -4,6 +4,5 @@ (add-to-list 'auto-mode-alist '("\\.zsh$" . shell-script-mode)) (add-to-list 'auto-mode-alist '("\\.*rc$" . conf-unix-mode)) -(add-to-list 'auto-mode-alist '("PKGBUILD" . pkgbuild-mode)) (provide 'init-shell) -- cgit v1.2.3