I cannot seem to figure out how to copy text from an open emacs file in the terminal to my system clipboard (e.g., to copy into an email).
I've read a number of other questions and have the following in my dotspacemacs/user-config()
function:
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)
but it still isn't working.
This is using evil-mode and spacemacs.