Test code: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary |
||
Line 3: | Line 3: | ||
(global-set-key (kbd "C-<space>") #'set-mark-command) | |||
Revision as of 01:31, 6 October 2025
(global-set-key (kbd "<KEYCODE_X>")
(lambda () (interactive) (execute-kbd-macro (kbd "M-x"))))
(global-set-key (kbd "C-<space>") #'set-mark-command)