Associates .zsh_profile file with shell-script-mode

This commit is contained in:
William Carroll 2017-06-17 21:54:48 -04:00
parent 4375cecfd1
commit 34dd17535a

View file

@ -96,6 +96,10 @@
(server-start)
;; File extensions and their associated major modes
(add-to-list 'auto-mode-alist '("\\.zsh_profile\\'" . shell-script-mode))
;; Turn off line-wrapping (default)
(set-default 'truncate-lines t)
(setq truncate-partial-width-windows nil)