summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 4e09545..5ecb19d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -426,9 +426,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 (setopt find-file-visit-truename t)
 (setopt vc-follow-symlinks 'ask)
 
-;; Use ibuffer instead of list-buffers
-(global-set-key [remap list-buffers] 'ibuffer)
-
 ;; Clicking around
 ;; By default, clicking on a character will always put the point in front of that character.  But it generally feels nicer for a click to put the point on the nearest side of the character to where the mouse clicked, to allow for slightly sloppier clicking.
 (setopt mouse-prefer-closest-glyph t)