<div dir="ltr"><span style="font-size:12.8000001907349px;color:rgb(0,0,0)">Greetings everyone, </span><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">I can't get Aquamacs to start by default with a mode I installed (web-mode to be precise). I have asked in stackoverflow and was recommended to post to this mailing list:</div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">Here's the link for StackOverflow:</div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><a href="http://stackoverflow.com/questions/28861738/web-mode-wont-start-automatically-in-aquamacs" target="_blank">http://stackoverflow.com/questions/28861738/web-mode-wont-start-automatically-in-aquamacs</a><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">There is also a question asked here:</div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><a href="http://stackoverflow.com/questions/23682845/emacs-aquamacs-web-mode-not-automatically-activating-for-html-files" target="_blank">http://stackoverflow.com/questions/23682845/<span class="">emacs</span>-aquamacs-web-mode-not-automatically-activating-for-html-files</a><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">I install all modes through Melpa.<br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">Also I have noticed that web-mode works only when creating a new html file.</div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">Also, for example, the (global-auto-complete-mode t) doesn't seem to work either. Though I don't know if this is unrelated to the web-mode scenario.<br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">My ~/.<span class="">emacs</span> file is empty.</div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)">Here is my Preferences.el file:</div><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><br></div><blockquote style="font-size:12.8000001907349px;color:rgb(0,0,0);margin:0px 0px 0px 40px;border:none;padding:0px"><div>;; This is the Aquamacs Preferences file.</div><div>;; Add <span class="">Emacs</span>-Lisp code here that should be executed whenever</div><div>;; you start Aquamacs <span class="">Emacs</span>. If errors occur, Aquamacs will stop</div><div>;; evaluating this file and print errors in the *Messags* buffer.</div><div>;; Use this file in place of ~/.<span class="">emacs</span> (which is loaded as well.)</div><div><br></div><div>;; Melpa</div><div>(require 'auto-complete)</div><div>(global-auto-complete-mode t)</div><div><br></div><div>(require 'package) ;; You might already have this line</div><div>(add-to-list 'package-archives</div><div>             '("melpa" . "<a href="http://melpa.org/packages/" target="_blank">http://melpa.org/packages/</a>") t)</div><div>(when (< <span class="">emacs</span>-major-version 24)</div><div>  ;; For important compatibility libraries like cl-lib</div><div>  (add-to-list 'package-archives '("gnu" . "<a href="http://elpa.gnu.org/packages/" target="_blank">http://elpa.gnu.org/packages/</a>")))</div><div>(package-initialize) ;; You might already have this line</div><div><br></div><div>(require 'web-mode)</div><div>(add-to-list 'auto-mode-alist '("\\.html$" . web-mode))</div></blockquote><div style="font-size:12.8000001907349px;color:rgb(0,0,0)"><div><br></div><div>I'm using OS X 10.9.5 </div><div><br></div><div>Cheers,</div><div><br></div><div>Eduardo</div></div></div>