darwin.el
changeset 27 7a247a2fccdd
parent 26 bd86fe64dfc8
child 28 8f4bd2f2cc06
equal deleted inserted replaced
26:bd86fe64dfc8 27:7a247a2fccdd
     1 ;; ~/.emacs.d/darwin.el
     1 ;; ~/.emacs.d/darwin.el
     2 ;; Luke Hoersten <[email protected]>
     2 ;; Luke Hoersten <[email protected]>
     3 
     3 
     4 ;;(setq-default ns-command-modifier)
     4 ;; Keyboard layout: caps=command, command=alt
       
     5 (setq-default ns-command-modifier 'control)
       
     6 
     5 (if window-system
     7 (if window-system
     6     (progn
     8     (progn
     7       (menu-bar-mode t)
     9       (menu-bar-mode t)
     8       (set-default-font "Menlo-12")
    10       (set-default-font "Menlo-12")
     9       ))
    11       ))