From c43bb4b4ff61d23d0e4779f326cdea91630df0aa Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 19 Sep 2019 17:37:50 +0200 Subject: Stop ido from switching to already open frame --- emacs-stark | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs-stark b/emacs-stark index 9157aac..7438cdf 100644 --- a/emacs-stark +++ b/emacs-stark @@ -246,6 +246,8 @@ (ido-mode) (ido-vertical-mode) (setq ido-vertical-define-keys 'C-n-C-p-up-and-down) +;; stop ido from switching to another frame where the same buffer is already open +(setq ido-default-buffer-method 'selected-window) ;; find-file-in-repo (require 'find-file-in-repository) -- cgit v1.2.3-70-g09d2