Skip to content

Instantly share code, notes, and snippets.

@alexvollmer
Created May 5, 2009 17:53
Show Gist options
  • Save alexvollmer/107089 to your computer and use it in GitHub Desktop.
Save alexvollmer/107089 to your computer and use it in GitHub Desktop.
(if (equal system-type 'darwin)
(progn
(setq one-buffer-one-frame nil)
(cua-mode 0)
(setq mac-command-modifier 'meta)
(setq x-select-enable-clipboard t)
(set-variable 'default-buffer-file-coding-system 'mac-roman-unix)
(set-default-coding-systems 'mac-roman-unix)
(set-selection-coding-system 'mac-roman)
(set-keyboard-coding-system 'mac-roman)
(prefer-coding-system 'mac-roman-unix)
(setq-default cursor-type t)
(setq browse-url-browser-function
'(("." . browse-url-default-macosx-browser)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment