Remove applescript-mode def from core-editor

This commit is contained in:
Henrik Lissner 2016-03-23 11:51:50 -04:00
parent 41e4cc919e
commit 44fc21d3b8

View file

@ -73,7 +73,6 @@ enable multiple minor modes for the same regexp.")
;; Modes 'n hooks ;; Modes 'n hooks
;; ;;
(associate! applescript-mode :match "\\.applescript$")
(associate! emacs-lisp-mode :match "\\(/Cask\\|\\.\\(el\\|gz\\)\\)$") (associate! emacs-lisp-mode :match "\\(/Cask\\|\\.\\(el\\|gz\\)\\)$")
(associate! makefile-gmake-mode :match "/Makefile$") (associate! makefile-gmake-mode :match "/Makefile$")
(associate! nxml-mode :match "\\.plist$") (associate! nxml-mode :match "\\.plist$")