Parcourir la source

Add mac frame cmd

Simon Watson il y a 2 ans
Parent
commit
45fb4624e6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      emacs/.emacs-all

+ 1 - 0
emacs/.emacs-all

@@ -274,6 +274,7 @@
       ;; Easily set cua mode on/off so that I don't have to
       ;; use shift+insert for paste on mac
       (global-set-key (kbd "C-c c") 'cua-mode)
+      (global-set-key (kbd "C-c n") 'toggle-frame-fullscreen)
       ;; Graphic Display
       (if (display-graphic-p)
 	  (progn