diff options
author | Leo Liu <[email protected]> | 2016-09-03 16:11:44 +0800 |
---|---|---|
committer | Leo Liu <[email protected]> | 2016-10-06 20:09:14 +0800 |
commit | e368a0a6773df3d764ec65760e235da559f5f56b (patch) | |
tree | c1651170e059571d197ada78e026e16599824186 /lib/tools/emacs/erlang-start.el | |
parent | 680945a01be052f1c68750ff1d386185bfad0788 (diff) | |
download | otp-e368a0a6773df3d764ec65760e235da559f5f56b.tar.gz otp-e368a0a6773df3d764ec65760e235da559f5f56b.tar.bz2 otp-e368a0a6773df3d764ec65760e235da559f5f56b.zip |
New file erlang-edoc.el to support EDoc in erlang-mode
- EDoc markup font-locking and tag completion
- EDoc comment indentation
Diffstat (limited to 'lib/tools/emacs/erlang-start.el')
-rw-r--r-- | lib/tools/emacs/erlang-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang-start.el b/lib/tools/emacs/erlang-start.el index 76e0575e68..f9a6d24b2c 100644 --- a/lib/tools/emacs/erlang-start.el +++ b/lib/tools/emacs/erlang-start.el @@ -78,6 +78,7 @@ (autoload 'erlang-find-tag-other-window "erlang" "Like `find-tag-other-window'. Capable of retreiving Erlang modules.") +(autoload 'erlang-edoc-mode "erlang-edoc" "Toggle Erlang-Edoc mode on or off." t) ;; ;; Associate files extensions ".erl" and ".hrl" with Erlang mode. |