diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-07-04 01:35:14 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-07-04 01:35:14 -0400 |
commit | 55b4bba4b4a1847db3ea2b0cce5de98f3bd8e479 (patch) | |
tree | 1274cf257aa81a6fec912696c04af0fffd673698 /lisp | |
parent | ddb712b2611fca812331b995dc1d74e0425ae733 (diff) | |
download | emacs.d-55b4bba4b4a1847db3ea2b0cce5de98f3bd8e479.tar.gz |
Don't add PKGBUILD to auto-mode-alist
This is (now?) added by pkgbuild-mode.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-shell.el | 1 |
1 files changed, 0 insertions, 1 deletions
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) |