summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 59fff87..dfb9d5a 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1186,6 +1186,9 @@ symbol, not word, as I need this for programming the most."
             (avy-setup-default)
             (setq avy-all-windows nil)))
 
+(use-package ace-jump-buffer
+  :bind ("s-b" . ace-jump-buffer))
+
 (req-package ace-window
   :bind (("s-s" . ace-window))
   :config (progn