Merge pull request #2734 from Shooooooooo/develop
Add clipetty for TTY users.
This commit is contained in:
commit
3264e73a66
2 changed files with 7 additions and 2 deletions
|
@ -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)))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue