From 73afab8921dab13e8a232be7e2ef7809e1ec9623 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 17 Feb 2023 11:50:59 +0100 Subject: Add xclip-mode --- emacs/emacs.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/emacs.el') diff --git a/emacs/emacs.el b/emacs/emacs.el index 1bf00018..f1ba7e80 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) -- cgit v1.2.3