spudlyo/clipetty

How to enable Clipetty in Doom Emacs?

whjiang opened this issue · 6 comments

I am not familiar with elisp. Can you tell me how to configure Doom Emacs to make Clipetty work?

Thanks a lot!

Hi there,

There is a good chance that Clipetty will be added to Doom Emacs shortly, and you won't have to make any manual customizations to make it work. Keep an eye on doomemacs/doomemacs/issues/2671 for more details.

doomemacs/doomemacs#2671 was merged a short while ago and is now enabled in tty Emacs by default. No extra steps required, so you may consider this issue resolved.

I updated to newest Doom and following code (not sure it is necessary or not)

(after! clipetty
	(when (not (display-graphic-p))
	  (global-clipetty-mode)
	  )
	)

I use ITerm2 and ssh to a machine, the copy function in terminal Emacs works perfectly.

@whjiang It isn't necessary. Doom activates it for you.

Thanks a lot for the clarification.