Update iBuffer format to give more space for buffer names

This commit is contained in:
2013-10-12 13:43:29 +01:00
parent ba5bedeefa
commit b9a3dc1517

View File

@@ -42,6 +42,7 @@
'(global-auto-revert-mode t)
'(global-undo-tree-mode t)
'(history-length 500)
'(ibuffer-formats (quote ((mark modified read-only " " (name 48 48 :left :elide) " " (size 9 -1 :right) " " (mode 16 16 :left :elide) " " filename-and-process) (mark " " (name 16 -1) " " filename))))
'(icomplete-mode t)
'(ispell-program-name "aspell")
'(magit-completing-read-function (quote magit-ido-completing-read))