summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-06-08 09:46:58 +0200
committerAlan Pearce2015-06-08 09:46:58 +0200
commit4afb07470aa58c32b1bed0f44c0fd3fc4caa70b1 (patch)
tree8173549687d31b85150636b787992cd4c8e2c77c /tag-emacs
parent4347a8f3168dbb4a99475126f0fec97f1c22cfcd (diff)
downloaddotfiles-4afb07470aa58c32b1bed0f44c0fd3fc4caa70b1.tar.lz
dotfiles-4afb07470aa58c32b1bed0f44c0fd3fc4caa70b1.tar.zst
dotfiles-4afb07470aa58c32b1bed0f44c0fd3fc4caa70b1.zip
Emacs: Install and configure ace-jump-buffer
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 4a242fa..83315c0 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 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