Skip to content

Instantly share code, notes, and snippets.

@mig
Created January 12, 2009 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mig/46188 to your computer and use it in GitHub Desktop.
Save mig/46188 to your computer and use it in GitHub Desktop.
;; emacs-rails-kit-mac - some configuration that makes carbon emacs a little nicer
;; Some Mac-friendly key counterparts
(global-set-key (kbd "M-s") 'save-buffer)
(global-set-key (kbd "M-z") 'undo)
(global-set-key (kbd "M-c") 'copy-region-as-kill)
(global-set-key (kbd "M-k") 'kill-region)
;; Mac font settings
(set-face-font 'default "-apple-dejavu sans mono-medium-r-normal--15-0-72-72-m-0-iso10646-1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment