diff options
author | Alan Pearce | 2015-09-09 14:47:10 +0200 |
---|---|---|
committer | Alan Pearce | 2015-09-09 14:47:10 +0200 |
commit | 087c2ce7a4d5d9c71862f6869c9202f592c6c351 (patch) | |
tree | 1e23d53669c0764398d964876fbe0a7e38f074dd /tag-emacs/emacs.d/init.org | |
parent | 4ff71fca31604a53a0e7384b624fc85e0ca66ebb (diff) | |
download | nixfiles-087c2ce7a4d5d9c71862f6869c9202f592c6c351.tar.lz nixfiles-087c2ce7a4d5d9c71862f6869c9202f592c6c351.tar.zst nixfiles-087c2ce7a4d5d9c71862f6869c9202f592c6c351.zip |
Emacs: Remove ace-jump-buffer
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 75ef27db..ee06ec87 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -732,12 +732,6 @@ like. This package just makes everything else lower-contrast. :config (fancy-narrow-mode 1)) #+END_SRC -** ace-jump-buffer - -#+BEGIN_SRC emacs-lisp -(use-package ace-jump-buffer - :bind ("s-b" . ace-jump-buffer)) -#+END_SRC ** ace-window |