ActionScript mode for Aquamacs

by gldnspud on February 6, 2008

I switched to vim about a month ago, and generally enjoyed the experience using Linux.

However, even when moving my .vimrc file over, I just couldn't get comfortable using vim from the command-line, nor could I get comfortable using MacVim. I had to switch back to Aquamacs! :)

To keep myself sane with indentation while writing ActionScript code, I ran across an ActionScript mode for Emacs that worked with the latest version of Aquamacs. (The original version I found didn't work.)

To install it, I edited my ~/Library/Preferences/Aquamacs Emacs/Preferences.el file to add:

(require 'actionscript-mode)

(setq auto-mode-alist
      (append '(("\\.as$" . actionscript-mode)) auto-mode-alist))

Leave a Comment

Previous post:

Next post: