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