45fb4624e68f6357492fb9e5b70290984018094d
commit 45fb4624e68f6357492fb9e5b70290984018094d
Author: Simon Watson <spw01@protonmail.com>
Date: Fri Feb 11 20:53:17 2022 -0500

Add mac frame cmd

diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index b118aef..98ca4f2 100644
--- a/emacs/.emacs-all
+++ b/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