From dfa465de0523eafb5404224db2ddb95393eaa378 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:12:38 +0400 Subject: [PATCH] (fix) exwm-stimulation-keys --- config/emacs/emacs.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index dd83529f..ac2f5760 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1309,11 +1309,11 @@ I'm scared ?\C-\ )) ;; Ctrl+Space (setq exwm-input-stimulation-keys - '( + `( ;; cut/paste. - ([?\C-w] . [?\C-x]) - ([?\M-w] . [?\C-c]) - ([?\C-y] . [?\C-v]))) + ( ,(kbd "C-w") . ,(kbd "C-x")) + (,(kbd "M-w") . ,(kbd "C-c")) + (,(kbd "C-y" . ,(kbd "C-v"))))) ;; Ctrl+/3Q will enable the next key to be sent directly