about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-windows.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index 616ad1f..44c75d3 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -113,6 +113,7 @@
   (setq frog-jump-buffer-filter-actions
         '(("R" "[Ring]" frog-jump-buffer-filter-buffer-ring)))
   (set-face-background 'frog-menu-posframe-background-face "black")
+  (setq frog-jump-buffer-include-current-buffer nil)
   :bind
   ("C-," . frog-jump-buffer)
   ("C-x 4 C-," . frog-jump-buffer-other-window))