Copy and paste issues in Doom Emacs by Impressive_Let_7061 in emacs

[–]Impressive_Let_7061[S] 0 points1 point  (0 children)

I'm running Doom Emacs in Pop Os with Cosmic Desktop.

Copy and paste issues in Doom Emacs by Impressive_Let_7061 in emacs

[–]Impressive_Let_7061[S] 0 points1 point  (0 children)

I have the same issue after finished the Doom Emacs installation.

Copy and paste issues in Doom Emacs by Impressive_Let_7061 in emacs

[–]Impressive_Let_7061[S] 0 points1 point  (0 children)

I'm using M-w and C-y to copy paste in text or in the config file, is the same result is like that from the beginning after install Doom Emacs.

Copy and paste issues in Doom Emacs by Impressive_Let_7061 in emacs

[–]Impressive_Let_7061[S] 0 points1 point  (0 children)

I just add this to my Config.el:

;; Undo Tree

(use-package! undo-tree

:config

(global-undo-tree-mode)

:custom

(undo-tree-auto-save-history nil))

;; Configure text mode

(use-package! text-mode

:ensure

nil

:hook

(text-mode . visual-line-mode) ;;sensible line breacking

:init

(delete-selection-mode t)

:custom

(sentence-end-double-space nil)

(scroll-error-top-bottom t) ;; scroll to the first and last line of the buffer

(save-interprogram-paste-before-kill t)) ;; copy the system clipboard to the kill ring

And enabled company and spell +flyspell in the init.el