diff --git a/emacs.el b/emacs.el index 4ca5df1..d8b7867 100644 --- a/emacs.el +++ b/emacs.el @@ -647,12 +647,11 @@ drill-instructor.el" (shell-command (buffer-substring-no-properties (point-at-bol) (point)))) -;; (add-to-list 'auto-mode-alist -;; '("\\(xinitrc\\|xprograms\\)\\'" . sh-mode)) (setq auto-mode-alist `(("autostart\\'" . sh-mode) ("xinitrc\\'" . sh-mode) ("xprograms\\'" . sh-mode) + ("PKGBUILD\\'" . sh-mode) ,@auto-mode-alist)) (setq python-python-command (or (executable-find "python3")