From 73afab8921dab13e8a232be7e2ef7809e1ec9623 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 17 Feb 2023 11:50:59 +0100 Subject: [PATCH] Add xclip-mode --- emacs/emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 1bf0001..f1ba7e8 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -105,3 +105,7 @@ (setq save-abbrevs nil) (setq compilation-scroll-output t) + +;; and install xclip so cutting/copying in Emacs on a terminal affects the graphical clipboard +(straight-use-package 'xclip) +(xclip-mode 1) -- 2.47.3