x-select-request-type on linux (for Arch)

This commit is contained in:
Henrik Lissner 2016-09-23 16:09:19 +02:00
parent 328638d94b
commit 8f0413f71e

View file

@ -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"))