Decrease ibuffer-sidebar width

This commit is contained in:
contrapunctus 2022-05-01 10:02:08 +05:30
parent d9d2a773b3
commit ffafda8b4e
1 changed files with 2 additions and 1 deletions

View File

@ -4008,7 +4008,8 @@ jumping to match from =M-x grep= , too)
:bind (:map ibuffer-name-map
([(mouse-1)] . ibuffer-mouse-visit-buffer)
([down-mouse-3] . nil)
([(mouse-3)] . ibuffer-mouse-toggle-mark)))
([(mouse-3)] . ibuffer-mouse-toggle-mark))
:config (setq ibuffer-sidebar-width 25))
#+END_SRC
** midnight-mode (automatic buffer cleanup)