Change emacs-everywhere paste command

This commit is contained in:
Kiana Sheibani 2024-03-19 03:28:34 -04:00
parent eec2e75971
commit 406138f62e
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2317,7 +2317,7 @@ Emacs Everywhere is a great idea. Unfortunately, the default package on MELPA us
(after! emacs-everywhere (after! emacs-everywhere
;; Shell commands for interacting with window system ;; Shell commands for interacting with window system
(setq emacs-everywhere-paste-command (setq emacs-everywhere-paste-command
'("wtype" "-M" "ctrl" "v" "-m" "ctrl") '("wtype" "-M" "shift" "-P" "Insert")
emacs-everywhere-copy-command emacs-everywhere-copy-command
'("sh" "-c" "wl-copy < %f") '("sh" "-c" "wl-copy < %f")
emacs-everywhere-window-focus-command emacs-everywhere-window-focus-command