diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-programming.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index fa6e474..61e51ea 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -510,7 +510,13 @@ (use-package ob-applescript :after org :ensure t - :demand t)) + :demand t) + + (use-package apples-mode + :ensure t + :init + (add-to-list 'auto-mode-alist + '("\\.\\(applescri\\|sc\\)pt\\'" . apples-mode)))) ;;; - (provide 'jao-custom-programming) |