diff options
Diffstat (limited to 'emacs-stark')
| -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) |
