Merge pull request #2734 from Shooooooooo/develop

Add clipetty for TTY users.
This commit is contained in:
Henrik Lissner 2020-04-07 17:58:25 -04:00 committed by GitHub
commit 3264e73a66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -144,7 +144,9 @@ possible."
(defun doom-init-clipboard-in-tty-emacs-h ()
(and (not (getenv "SSH_CONNECTION"))
(require 'xclip nil t)
(xclip-mode +1)))))
(xclip-mode +1))
(and (require 'clipetty nil t)
(global-clipetty-mode +1)))))
;;