Update find-user-init-file hotkey to non-conflicting mnemonic
This commit is contained in:
parent
5e99fdacf6
commit
772ddb86b8
@ -38,7 +38,7 @@
|
|||||||
"Edit the `user-init-file', in another window."
|
"Edit the `user-init-file', in another window."
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file-other-window user-init-file))
|
(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
|
;; Custom frame management chords
|
||||||
(global-set-key (kbd "C-x O") 'other-frame)
|
(global-set-key (kbd "C-x O") 'other-frame)
|
||||||
|
Loading…
Reference in New Issue
Block a user