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