Variable: vertico-grid-separator

vertico-grid-separator is a customizable variable defined in vertico-grid.el.

Value

#("   |   " 3 4
  (display
   (space :width
	  (1))
   face
   (:inherit shadow :inverse-video t)))

Documentation

Separator between columns.

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico-grid.el
(defcustom vertico-grid-separator
  #("   |   " 3 4 (display (space :width (1)) face (:inherit shadow :inverse-video t)))
  "Separator between columns."
  :type 'string
  :group 'vertico)