Variable: ibuffer-human-readable-size
ibuffer-human-readable-size is a customizable variable defined in
ibuffer.el.gz.
Value
nil
Documentation
Show buffer sizes in human-readable format.
Use the function file-size-human-readable for formatting.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-human-readable-size nil
"Show buffer sizes in human-readable format.
Use the function `file-size-human-readable' for formatting."
:type 'boolean
:version "31.1")