Fork me on GitHub
#emacs
<
2017-05-15
>
richiardiandrea20:05:56

Hello folks, Emacs question, how would I model a defcustom that can replace a string or append to it AND specify the string to replace or append?

richiardiandrea20:05:42

using two defcustom is of course easy to do, I was wondering if I can use only one

richiardiandrea20:05:11

like type (cons symbol string)

richiardiandrea20:05:35

but I would like to constrain the first symbol to replace and append