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