From 4afb07470aa58c32b1bed0f44c0fd3fc4caa70b1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 8 Jun 2015 09:46:58 +0200 Subject: Emacs: Install and configure ace-jump-buffer --- tag-emacs/emacs.d/Cask | 1 + tag-emacs/emacs.d/init.el | 3 +++ 2 files changed, 4 insertions(+) (limited to 'tag-emacs') 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 -- cgit 1.4.1