How do people mark text in a file in doom emacs in text mode and the get it into the system clipboard?
Is it possible to yank stuff into the system clipboard?
Sometimes I can manage to use Shift + LMB but it often doesn't work.
Do I need to add this to one of my doom config files?
Is it possible to yank stuff into the system clipboard?
Sometimes I can manage to use Shift + LMB but it often doesn't work.
Do I need to add this to one of my doom config files?
Code:
(setq select-enable-clipboard t)
(setq select-enable-primary t)