From: alex Date: Fri, 17 Feb 2023 10:50:59 +0000 (+0100) Subject: Add xclip-mode X-Git-Tag: 20240214-emacs~413 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=73afab8921dab13e8a232be7e2ef7809e1ec9623;p=alex.git Add xclip-mode --- 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)