summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/Cask1
-rw-r--r--tag-emacs/emacs.d/init.el3
2 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask
index 4a242fa7..83315c08 100644
--- a/tag-emacs/emacs.d/Cask
+++ b/tag-emacs/emacs.d/Cask
@@ -5,6 +5,7 @@
 (source org)
 
 (depends-on "ace-window")
+(depends-on "ace-jump-buffer")
 (depends-on "ag")
 (depends-on "async")
 (depends-on "auto-compile")
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 59fff87a..dfb9d5a5 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