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:
parent
eb4450e99c
commit
fbce94cd20
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue