Add applescript-mode
This commit is contained in:
parent
9b4a107185
commit
965713da81
2 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
(add-to-list 'auto-mode-alist '("zsh\\(env\\|rc\\)?\\'" . shell-script-mode))
|
||||
(add-to-list 'auto-mode-alist '("z\\(profile\\|login\\|logout\\)?\\'" . shell-script-mode))
|
||||
(add-to-list 'auto-mode-alist '("zsh/" . shell-script-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.applescript$" . applescript-mode))
|
||||
|
||||
(add-hook 'text-mode-hook 'enable-hard-wrap)
|
||||
(add-hook 'prog-mode-hook 'enable-comment-hard-wrap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue