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))