diff options
author | jao <jao@gnu.org> | 2022-06-08 17:54:42 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-08 17:54:42 +0100 |
commit | d09155bc5cbf05f99fce4239603166813c2cc0a0 (patch) | |
tree | 53d19ab593d2647fe1b0e4b639586402e96a6d4d | |
parent | 86094ccc4254a6203268ec09c9366595ac47bb55 (diff) | |
download | elibs-d09155bc5cbf05f99fce4239603166813c2cc0a0.tar.gz elibs-d09155bc5cbf05f99fce4239603166813c2cc0a0.tar.bz2 |
terminal improvements: xclip
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |