<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>An alternative is to add a comment line like<br><br>%% -*- mode: erlang; -*-<br><br>near the beginning of the file. With the correct comment structure of course.<br><br>Robert<br><br><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Lukas Larsson" <garazdawi@gmail.com><br><b>To: </b>"Andrew Pennebaker" <andrew.pennebaker@gmail.com><br><b>Cc: </b>"Erlang" <erlang-questions@erlang.org><br><b>Sent: </b>Thursday, 30 May, 2013 10:42:06 AM<br><b>Subject: </b>Re: [erlang-questions] More file types recognized by erlang-mode<br><br><div dir="ltr"><div>Hello Andrew,<br><br>I have this in my ~/.emacs<br><br>(require 'erlang-start)<br>(setq auto-mode-alist (append auto-mode-alist<br>                              '(("\\.rel$" . erlang-mode)<br>
                                ("\\.app$" . erlang-mode)<br>                                ("\\.appSrc$" . erlang-mode)<br>                                ("\\.app.src$" . erlang-mode)<br>                                ("\\.hrl$" . erlang-mode)<br>
                                ("\\.erl$" . erlang-mode)<br>                                ("\\.yrl$" . erlang-mode))))<br><br></div>Just add whatever extensions you want to have as erlang specific. <br>
<br>Lukas<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 30, 2013 at 12:34 AM, Andrew Pennebaker <span dir="ltr"><<a href="mailto:andrew.pennebaker@gmail.com" target="_blank">andrew.pennebaker@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">In the next version of erlang-mode, could we automatically load erlang-mode for more types, like rebar.config files?<span class="HOEnZb"><font color="#888888"><div>
<div><br></div>-- <br><div></div>Cheers,<div><br></div><div>Andrew Pennebaker</div><div>
<a href="http://www.yellosoft.us" target="_blank">www.yellosoft.us</a></div>
</div></font></span></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>erlang-questions mailing list<br>erlang-questions@erlang.org<br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote><br></div></body></html>