summaryrefslogtreecommitdiff
path: root/init/km-modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-modes.el')
-rw-r--r--init/km-modes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/km-modes.el b/init/km-modes.el
index 45c7d67..9d3dc19 100644
--- a/init/km-modes.el
+++ b/init/km-modes.el
@@ -4,7 +4,7 @@
(defvar km/modes '(("\\.zsh$" . shell-script-mode)
("\\.*rc$" . conf-unix-mode)
("\\.org.txt$" . org-mode)
- ("PKGBUILD" . shell-script-mode))
+ ("PKGBUILD" . pkgbuild-mode))
"Auto mode mappings")
(mapc