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.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init/km-modes.el b/init/km-modes.el
index a4b88f3..87ff5e5 100644
--- a/init/km-modes.el
+++ b/init/km-modes.el
@@ -1,10 +1,10 @@
;; These could be kept alongside related topics, but for whatever reason
;; I prefer having them together.
-(defcustom km/modes '(("\\.zsh$" . shell-script-mode)
- ("\\.*rc$" . conf-unix-mode)
- ("\\.org.txt$" . org-mode)
- ("PKGBUILD" . pkgbuild-mode))
+(defvar km/modes '(("\\.zsh$" . shell-script-mode)
+ ("\\.*rc$" . conf-unix-mode)
+ ("\\.org.txt$" . org-mode)
+ ("PKGBUILD" . pkgbuild-mode))
"Auto mode mappings")
(mapc