blob: 06a37325065bd601a0ca42d9f0cdbd55786064b8 (
plain)
1
2
3
4
5
6
|
;;; Shell and configuration files
(add-to-list 'auto-mode-alist '("\\.zsh\\'" . shell-script-mode))
(add-to-list 'auto-mode-alist '("\\.*rc\\'" . conf-unix-mode))
(provide 'init-shell)
|