From charlesreid1

Revision as of 16:00, 10 June 2013 by Admin (talk | contribs) (Created page with "=Setting Color Scheme= To set your color scheme, run <code>M-x color-scheme-select</code>. You should be able to click on a theme name to apply it. Once you find one you're hap...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setting Color Scheme

To set your color scheme, run M-x color-scheme-select. You should be able to click on a theme name to apply it.

Once you find one you're happy with (the midnight scheme is pretty nice), you can apply it permanently by picking Options (top menu bar) > Appearance > Adopt Face and Frame Parameters as Default.

Running GDB Through Aquamacs

One of the cool tricks you can do with emacs is to run gdb through emacs and get a split-screen with one window showing you where you're at in the source code and another window with gdb.

Here's how to get that going.

Start GDB

To get GDB started in emacs, run M-x gdb.