Created
May 5, 2009 17:53
-
-
Save alexvollmer/107089 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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