Add new hotkey to make it easier to tab through emacs frames.

This commit is contained in:
jowj 2019-05-23 15:37:36 -05:00
parent af44698840
commit 135ddfafd5

View File

@ -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