diff --git a/mode-customizations/sh-mode.el b/mode-customizations/sh-mode.el index 60a9ea8..b97c6c6 100644 --- a/mode-customizations/sh-mode.el +++ b/mode-customizations/sh-mode.el @@ -1,3 +1,5 @@ +(add-to-list 'auto-mode-alist '("\\.tmuxtheme\\'" . sh-mode)) + (defun customizations-for-sh-mode () (interactive) (flyspell-prog-mode)