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)
|
||||||
3
init.el
3
init.el
|
|
@ -71,6 +71,9 @@
|
||||||
;; install packages if not yet installed
|
;; install packages if not yet installed
|
||||||
(install-packages)
|
(install-packages)
|
||||||
|
|
||||||
|
;; setup general
|
||||||
|
(require 'setup-general)
|
||||||
|
|
||||||
;; setup coding
|
;; setup coding
|
||||||
(require 'setup-coding)
|
(require 'setup-coding)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue