Remove select-enable-{clipboard,primary} #1008

select-enable-clipboard is already `t` by default and
select-enable-primary disturbs non-evil yanking behavior.
This commit is contained in:
Henrik Lissner 2019-02-28 03:21:40 -05:00
parent eb4450e99c
commit fbce94cd20
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,10 +1,7 @@
;;; core-os.el -*- lexical-binding: t; -*- ;;; core-os.el -*- lexical-binding: t; -*-
;; clipboard ;; clipboard
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING) (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
;; Use a shared clipboard
select-enable-clipboard t
select-enable-primary t)
;; stop copying each visual state move to the clipboard: ;; stop copying each visual state move to the clipboard:
;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on ;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on