Associates .zsh_profile file with shell-script-mode
This commit is contained in:
parent
4375cecfd1
commit
34dd17535a
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue