diff options
-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) |