소스 검색

Add mac frame cmd

Simon Watson 2 년 전
부모
커밋
45fb4624e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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