Add setup-general + map some kbd-macro commands
This commit is contained in:
parent
bf119f6e24
commit
bd03b6ef5c
2 changed files with 8 additions and 0 deletions
5
custom/setup-general.el
Normal file
5
custom/setup-general.el
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(global-set-key [f9] 'start-kbd-macro)
|
||||
(global-set-key [f10] 'end-kbd-macro)
|
||||
(global-set-key [f11] 'call-last-kbd-macro)
|
||||
|
||||
(provide 'setup-general)
|
||||
Loading…
Add table
Add a link
Reference in a new issue