From bcbd913ea699a087cdf64e507f3ef7bf5755725a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:20:12 +0400 Subject: [PATCH] (bug) Revert "(fix) exwm-stimulation-keys" This reverts commit dfa465de0523eafb5404224db2ddb95393eaa378. --- 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 0738997b..6fcb1139 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. - ( ,(kbd "C-w") . ,(kbd "C-x")) - (,(kbd "M-w") . ,(kbd "C-c")) - (,(kbd "C-y" . ,(kbd "C-v"))))) + ([?\C-w] . [?\C-x]) + ([?\M-w] . [?\C-c]) + ([?\C-y] . [?\C-v]))) ;; Ctrl+/3Q will enable the next key to be sent directly