From fbce94cd20254d000a65ebfe3c71a2d9bda58f69 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 28 Feb 2019 03:21:40 -0500 Subject: [PATCH] Remove select-enable-{clipboard,primary} #1008 select-enable-clipboard is already `t` by default and select-enable-primary disturbs non-evil yanking behavior. --- core/core-os.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/core-os.el b/core/core-os.el index 4723f6183..2bcc2fb91 100644 --- a/core/core-os.el +++ b/core/core-os.el @@ -1,10 +1,7 @@ ;;; core-os.el -*- lexical-binding: t; -*- ;; clipboard -(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING) - ;; Use a shared clipboard - select-enable-clipboard t - select-enable-primary t) +(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) ;; stop copying each visual state move to the clipboard: ;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on