Variable: ibuffer-always-compile-formats

ibuffer-always-compile-formats is a customizable variable defined in ibuffer.el.gz.

Value

t

Documentation

If non-nil, then use the byte-compiler to optimize ibuffer-formats.

This will increase the redisplay speed, at the cost of loading the elisp byte-compiler.

Source Code

;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-always-compile-formats (featurep 'bytecomp)
  "If non-nil, then use the byte-compiler to optimize `ibuffer-formats'.
This will increase the redisplay speed, at the cost of loading the
elisp byte-compiler."
  :type 'boolean)