fix: revert x-select-request-type to default
Its default value is acceptable in 28+ and handles clipboard integration in PGTK Emacs, so we don't have to. Thanks to @sei40kr for revealing this fix to me (in #5219). Fix #5219
This commit is contained in:
parent
4c12f28887
commit
6541ae5135
1 changed files with 0 additions and 4 deletions
|
@ -235,10 +235,6 @@ tell you about it. Very annoying. This prevents that."
|
||||||
;; easier to peruse (with `counsel-yank-pop' or `helm-show-kill-ring'.
|
;; easier to peruse (with `counsel-yank-pop' or `helm-show-kill-ring'.
|
||||||
(setq kill-do-not-save-duplicates t)
|
(setq kill-do-not-save-duplicates t)
|
||||||
|
|
||||||
;; Allow UTF or composed text from the clipboard, even in the terminal or on
|
|
||||||
;; non-X systems (like Windows or macOS), where only `STRING' is used.
|
|
||||||
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Extra file extensions to support
|
;;; Extra file extensions to support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue