aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs
diff options
context:
space:
mode:
authorPhil Hagelberg <[email protected]>2014-03-13 11:44:58 -0700
committerPhil Hagelberg <[email protected]>2014-03-13 11:44:58 -0700
commitd2734c1829b92213ef9749219a1a882e6c37a810 (patch)
tree2297ac1820a23edd54bf85e690286e8343270702 /lib/tools/emacs
parent83992252fe8f62e88fa44f7172dd45547e9ea47e (diff)
downloadotp-d2734c1829b92213ef9749219a1a882e6c37a810.tar.gz
otp-d2734c1829b92213ef9749219a1a882e6c37a810.tar.bz2
otp-d2734c1829b92213ef9749219a1a882e6c37a810.zip
Activate Emacs erlang-mode for .app files inside ebin directory.
Diffstat (limited to 'lib/tools/emacs')
-rw-r--r--lib/tools/emacs/erlang.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el
index 95ab1a9a0b..9bccfaab95 100644
--- a/lib/tools/emacs/erlang.el
+++ b/lib/tools/emacs/erlang.el
@@ -1417,7 +1417,7 @@ Other commands:
;;;###autoload
(dolist (r '("\\.erl$" "\\.app\\.src$" "\\.escript"
- "\\.hrl$" "\\.xrl$" "\\.yrl" ))
+ "\\.hrl$" "\\.xrl$" "\\.yrl" "/ebin/.+\\.app"))
(add-to-list 'auto-mode-alist (cons r 'erlang-mode)))
(defun erlang-syntax-table-init ()