diff --git a/profiles/applications/emacs/init.el b/profiles/applications/emacs/init.el index a6322b8..a142fd6 100755 --- a/profiles/applications/emacs/init.el +++ b/profiles/applications/emacs/init.el @@ -86,6 +86,9 @@ (global-set-key [home] 'smart-beginning-of-line) (global-unset-key [menu-bar options cua-mode]) +(global-unset-key (kbd "C-x C-f")) +(global-set-key (kbd "C-x C-f") 'find-file-other-frame) +(global-unset-key (kbd "C-x b")) ;; Old habits die hard (fringe-mode '(0 . 0))