-
Notifications
You must be signed in to change notification settings - Fork 2
AirMacs
Joe Heyming edited this page May 14, 2015
·
2 revisions
What is airmacs?
- Airmacs is my public dump of many of the productivity tools in emacs I experienced working with the Aruba Networks - 'AirWave' Team.
Hey, I get along just fine with notepad and vi!
-
I've found that emacs is very helpful when you add many of the existing plugins that are out there for emacs.
-
Helm
-
Helm git grep
-
VC (version control) (vc-*)
-
many of the modes out there: js2mode, webmode,
-
Autocomplete - yasnippet, hippie expand, tern
-
But also, there are many customizable features about emacs that we aren't taking advantage of!
-
compilation-mode
-
grep-mode
-
diff-mode
-
iswitchb-mode
Hey, where did my menus go?
- Airmacs is built to just give you the text editor capability of emacs.
Why do lots of your commands begin with Super-a?
- Just remember, a is for Airmacs!
Airmacs is meant to be an out of the box upgrade of emacs for developers of all types.
We want it to be easy for any developer to:
- Navigate an unknown code base
- Compile any project
- Customize their own project specific compilation keybindings
- Run unit tests in emacs