Variable: lv-use-padding

lv-use-padding is a customizable variable defined in lv.el.

Value

nil

Documentation

Whether to use horizontal padding in the LV window.

Source Code

;; Defined in ~/.emacs.d/elpa/lv-20200507.1518/lv.el
(defcustom lv-use-padding nil
  "Whether to use horizontal padding in the LV window."
  :group 'lv
  :type 'boolean)