Commit 207689d55ee7
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -450,6 +450,13 @@
(global-set-key (kbd "C-x k") 'kill-default-buffer)
#+END_SRC
+ Also, let's use =ibuffer= for listing the buffer (which is bind to
+ =C-x C-b=).
+
+ #+BEGIN_SRC emacs-lisp
+ (defalias 'list-buffers 'ibuffer) ; make ibuffer default
+ #+END_SRC
+
*** Comment/Uncomment region
There is a cool function in emacs wich is =commend-dwim= (bounded
@@ -771,7 +778,6 @@
=bpr= from ilya babanov provides a way to do asynchronuous
processing in Emacs but with style and output.
-
#+BEGIN_SRC emacs-lisp
(use-package bpr
:ensure t