diff options
author | noa | 2024-09-18 10:50:25 +0800 |
---|---|---|
committer | noa | 2024-09-18 10:50:25 +0800 |
commit | 6c5522892643ae7253fb22510b3d35f405255078 (patch) | |
tree | a7327b02340c89321d0e16139e03e9c1085c16c4 | |
parent | 373fcf91e3925d713f2f45b0b8f6204053ca05a4 (diff) |
Remove unused ibuffer rebind
-rw-r--r-- | emacs/init.el | 3 |
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) |