Variable: embark-separator-history
embark-separator-history is a variable defined in embark.el.
Value
nil
Documentation
Input history for the separators used by some embark commands.
The commands that prompt for a string separator are
embark-insert and embark-copy-as-kill.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
;;; Custom actions
(defvar embark-separator-history nil
"Input history for the separators used by some embark commands.
The commands that prompt for a string separator are
`embark-insert' and `embark-copy-as-kill'.")