From 44fc21d3b89d6f4246c4e7672e56f174861a372d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 23 Mar 2016 11:51:50 -0400 Subject: [PATCH] Remove applescript-mode def from core-editor --- core/core-editor.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index b2e493150..b8dad34f2 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -73,7 +73,6 @@ enable multiple minor modes for the same regexp.") ;; Modes 'n hooks ;; -(associate! applescript-mode :match "\\.applescript$") (associate! emacs-lisp-mode :match "\\(/Cask\\|\\.\\(el\\|gz\\)\\)$") (associate! makefile-gmake-mode :match "/Makefile$") (associate! nxml-mode :match "\\.plist$")