diff options
| author | Joel Klinghed <the_jk@opera.com> | 2019-09-19 17:37:50 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2019-09-19 17:38:26 +0200 |
| commit | c43bb4b4ff61d23d0e4779f326cdea91630df0aa (patch) | |
| tree | bf34ca16972ffac2bd67d81f6074bde065e8ee7b | |
| parent | ebfe686ba39fd4888f2ceec8deb11e72a55d5deb (diff) | |
Stop ido from switching to already open frame
| -rw-r--r-- | emacs-stark | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
