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