mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user