mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add applescript-mode
This commit is contained in:
2
Cask
2
Cask
@ -95,3 +95,5 @@
|
|||||||
(depends-on "git-rebase-mode")
|
(depends-on "git-rebase-mode")
|
||||||
(depends-on "gitconfig-mode")
|
(depends-on "gitconfig-mode")
|
||||||
(depends-on "gitignore-mode")
|
(depends-on "gitignore-mode")
|
||||||
|
|
||||||
|
(depends-on "applescript-mode")
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
(add-to-list 'auto-mode-alist '("zsh\\(env\\|rc\\)?\\'" . shell-script-mode))
|
(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 '("z\\(profile\\|login\\|logout\\)?\\'" . shell-script-mode))
|
||||||
(add-to-list 'auto-mode-alist '("zsh/" . 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 'text-mode-hook 'enable-hard-wrap)
|
||||||
(add-hook 'prog-mode-hook 'enable-comment-hard-wrap)
|
(add-hook 'prog-mode-hook 'enable-comment-hard-wrap)
|
||||||
|
Reference in New Issue
Block a user