;; This is the Aquamacs Preferences file. ;; Add Emacs-Lisp code here that should be executed whenever ;; you start Aquamacs Emacs. If errors occur, Aquamacs will stop ;; evaluating this file and print errors in the *Messags* buffer. ;; Use this file in place of ~/.emacs (which is loaded as well.) (global-set-key [(\M right)] 'forward-word) (global-set-key [(\M left)] 'backward-word) ;; FOR SETTING NEW HELP WINDOWS IN R (setq inferior-ess-own-frame t) (setq inferior-ess-same-window nil) ;;create a new frame for each help instance ;; use this one if each help window goes to a new frame (setq ess-help-own-frame t) ;; use this one if you want all help windows into one frame! ;; (setq ess-help-own-frame 'one)