I’m using Aquamacs since few weeks and I’m trying to find good customizations.
First, I just wanted my aquamacs to look like this on starting :

I mean on the left, my source code. and on the right a shell pane (started with C-X 3 + M-X shell).
I’ve done some search on emacs/aquamacs forums, and in stackOverflow too. But I’m still blocked on this.
Thanks.
🙂
HEre is the stuff !!
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; C programming stuff
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Hungry delete is nice since we use spaces instead of tabs.
(setq c-hungry-delete-key t)
;; Let emacs insert newlines automatically whenever it can.
(setq c-auto-newline 1)
;; Set the K&R indentation style when starting C-mode.
(add-hook ‘c-mode-hook