projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41796dd
)
Add ibuffer
author
Joerg Jaspert
<joerg@debian.org>
Wed, 21 May 2014 21:56:09 +0000
(23:56 +0200)
committer
Joerg Jaspert
<joerg@debian.org>
Wed, 21 May 2014 21:56:09 +0000
(23:56 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
cc5986f
..
499898f
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-3607,6
+3607,12
@@
the preferred method python evaluation.
:bind ("M-o C" . highlight-changes-mode))
#+END_SRC
+** ibuffer
+[2014-05-21 Wed 23:54]
+#+BEGIN_SRC emacs-lisp :tangle yes
+(use-package ibuffer
+ :bind ("C-x C-b" . ibuffer))
+#+END_SRC
* Thats it
And thats it for this file, control passes "back" to [[file:../initjj.org][initjj.org/el]]
which then may load more files.