Hello there,
I'm using the Emacs packages simpleclip to copy to clipboard, and shell-pop to open up a terminal in Emacs quickly with a keybinding.
Anyways, I can copy text from the terminal to the clipboard, but whenever I try to past into the terminal, it throws the error:
`Buffer is read-only: #<buffer \*ansi-term-1\*>`
So how do I fix this issue? I use the emacs package use-package in my .emacs config, so I'm trying to figure out what lisp code is required to fix this issue, so that I can paste into the terminal in emacs.
Thanks in advance for the help!