user1638496
user1638496

Reputation: 3

Aquamacs web-mode

I am searching a mode for web editing (HTML/JS/PHP, CSS separately) in Aquamacs. Earlier in Cocoa Emacs I've been using web-mode.el, but in Aquamacs I'm getting

Symbol's function definition is void

error. What's wrong? With the same .emacs config Cocoa Emacs is fine.

The problem is I need a mode which can combine those three modes (the most important for me is syntax coloring) into one.

Upvotes: 0

Views: 467

Answers (1)

fxbois
fxbois

Reputation: 826

Are you sure you are using the last version available here ? https://github.com/fxbois/web-mode

Upvotes: 0

Related Questions