about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-24 16:37:51 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-24 16:37:51 +0100
commita7ca4e3306f79402e87661a7861a8a13e9478838 (patch)
tree5332311c1f538f4d8ce537c3a7e0c39258e6b1c4 /.emacs.d
parent3ace1ffdb4a799ad7064d40475e9e9f2b6627891 (diff)
downloaddotfiles-a7ca4e3306f79402e87661a7861a8a13e9478838.tar.gz
Tweak frog-jump-buffer settings
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))