diff options
| -rw-r--r-- | emacs/emacs.el | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
