Variable: lv-use-separator

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

Value

nil

Documentation

Whether to draw a line between the LV window and the Echo Area.

Source Code

;; Defined in ~/.emacs.d/elpa/lv-20200507.1518/lv.el
(defcustom lv-use-separator nil
  "Whether to draw a line between the LV window and the Echo Area."
  :group 'lv
  :type 'boolean)