From d09155bc5cbf05f99fce4239603166813c2cc0a0 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 8 Jun 2022 17:54:42 +0100 Subject: terminal improvements: xclip --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 1504d4a..6b754f5 100644 --- a/init.el +++ b/init.el @@ -521,6 +521,11 @@ select-enable-primary t selection-timeout 100) +(use-package xclip + :ensure t) + +(unless (display-graphic-p) (xclip-mode 1)) + ;;;; pop-up frames (defun jao-open-in-x-frame (&optional width height) (interactive) -- cgit v1.2.3