From 8f0413f71e9e0ab45300c309a807365fd92a6ffb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 23 Sep 2016 16:09:19 +0200 Subject: [PATCH] x-select-request-type on linux (for Arch) --- core/core-os-linux.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-os-linux.el b/core/core-os-linux.el index a7ace3d18..9c67c94e2 100644 --- a/core/core-os-linux.el +++ b/core/core-os-linux.el @@ -1,5 +1,8 @@ ;;; core-os-linux.el --- Debian-specific settings +;; Treat clipboard input as UTF-8 string first; compound text next, etc. +(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) + (defun doom-open-with (&optional app-name path) (interactive) (error "Not yet implemented"))