From 135ddfafd58c8381f92ae3326e2349c975291017 Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 23 May 2019 15:37:36 -0500 Subject: [PATCH] Add new hotkey to make it easier to tab through emacs frames. --- applicationConfiguration/.emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applicationConfiguration/.emacs/init.el b/applicationConfiguration/.emacs/init.el index 97cc774..eb6d33d 100644 --- a/applicationConfiguration/.emacs/init.el +++ b/applicationConfiguration/.emacs/init.el @@ -97,3 +97,5 @@ jlj-Packages) '(org-level-4 ((t (:inherit outline-4 :height 1.1)))) '(org-level-5 ((t (:inherit outline-5 :height 1.1))))) +;; set some more keybindings +(global-set-key "\M-`" 'other-frame) ; mimic the way macosx switches between windows of the same application