<div dir="ltr">Greetings everyone, <div><br></div><div>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><br></div><div>Here's the link for StackOverflow</div><div><br></div><div><a href="http://stackoverflow.com/questions/28861738/web-mode-wont-start-automatically-in-aquamacs">http://stackoverflow.com/questions/28861738/web-mode-wont-start-automatically-in-aquamacs</a><br></div><div><br></div><div>There is also a question asked here:</div><div><br></div><div><a href="http://stackoverflow.com/questions/23682845/emacs-aquamacs-web-mode-not-automatically-activating-for-html-files">http://stackoverflow.com/questions/23682845/emacs-aquamacs-web-mode-not-automatically-activating-for-html-files</a><br></div><div><br></div><div>I install all modes through Melpa.<br></div><div><br></div><div>Also I have noticed that web-mode works only when creating a new html file.</div><div><br></div><div>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><br></div><div>My ~/.emacs file is empty.</div><div><br></div><div>Here is my Preferences.el file:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>;; This is the Aquamacs Preferences file.</div></div><div><div>;; Add Emacs-Lisp code here that should be executed whenever</div></div><div><div>;; you start Aquamacs Emacs. If errors occur, Aquamacs will stop</div></div><div><div>;; evaluating this file and print errors in the *Messags* buffer.</div></div><div><div>;; Use this file in place of ~/.emacs (which is loaded as well.)</div></div><div><div><br></div></div><div><div>;; Melpa</div></div><div><div>(require 'auto-complete)</div></div><div><div>(global-auto-complete-mode t)</div></div><div><div><br></div></div><div><div>(require 'package) ;; You might already have this line</div></div><div><div>(add-to-list 'package-archives</div></div><div><div>             '("melpa" . "<a href="http://melpa.org/packages/">http://melpa.org/packages/</a>") t)</div></div><div><div>(when (< emacs-major-version 24)</div></div><div><div>  ;; For important compatibility libraries like cl-lib</div></div><div><div>  (add-to-list 'package-archives '("gnu" . "<a href="http://elpa.gnu.org/packages/">http://elpa.gnu.org/packages/</a>")))</div></div><div><div>(package-initialize) ;; You might already have this line</div></div><div><div><br></div></div><div><div>(require 'web-mode)</div></div><div><div>(add-to-list 'auto-mode-alist '("\\.html$" . web-mode))</div></div></blockquote><div><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><br></div><div><br></div><div><br></div></div></div>