From 7a418c3e627a473f50e544ddf72ed28f1e6eadc3 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 11 Jan 2022 00:37:04 +0300 Subject: [PATCH] Try using frames for all emacs buffers --- profiles/applications/emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) 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))