Fix clipboard in tty Emacs
xclip has support for a number of clipboard programs (xclip, xsel, pb{copy,paste}, wl-copy, termux-clipboard and getclip).
This commit is contained in:
parent
f4acb3cefd
commit
f34c33aa07
2 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
(package! dtrt-indent)
|
||||
(package! helpful)
|
||||
(package! ns-auto-titlebar :ignore (not IS-MAC))
|
||||
(package! osx-clipboard :ignore (not IS-MAC))
|
||||
(package! pcre2el)
|
||||
(package! smartparens)
|
||||
(package! so-long
|
||||
|
@ -36,6 +37,7 @@
|
|||
;; from emacsmirror/undo-tree instead.
|
||||
:recipe (:host github :repo "emacsmirror/undo-tree"))
|
||||
(package! ws-butler)
|
||||
(package! xclip)
|
||||
|
||||
;; core-projects.el
|
||||
(package! projectile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue