Skip to content

Commit

Permalink
Keybinding to toggle full screen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Oct 23, 2011
1 parent 2550cd4 commit 8a79259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mac.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
(setenv "PATH" (concat "/usr/local/bin:" (getenv "PATH")))
(push "/usr/local/bin" exec-path)

;; keybinding to toggle full screen mode
(global-set-key (quote [M-f10]) (quote ns-toggle-fullscreen))

(provide 'mac)

0 comments on commit 8a79259

Please sign in to comment.