Update find-user-init-file hotkey to non-conflicting mnemonic

This commit is contained in:
jowj 2019-05-25 20:58:20 -05:00
parent 5e99fdacf6
commit 772ddb86b8

View File

@ -38,7 +38,7 @@
"Edit the `user-init-file', in another window."
(interactive)
(find-file-other-window user-init-file))
(global-set-key (kbd "C-c I") 'find-user-init-file)
(global-set-key (kbd "C-c J") 'find-user-init-file)
;; Custom frame management chords
(global-set-key (kbd "C-x O") 'other-frame)