Skip to content

Instantly share code, notes, and snippets.

@t-yamamoto-mercury-inc
Last active April 12, 2022 12:47
Show Gist options
  • Save t-yamamoto-mercury-inc/8e88a52d569b27f5af19a90621514c4a to your computer and use it in GitHub Desktop.
Save t-yamamoto-mercury-inc/8e88a52d569b27f5af19a90621514c4a to your computer and use it in GitHub Desktop.
(load-library "winkey")
(global-set-key #\C-a 'start-kbd-macro)
(global-set-key #\C-q 'end-kbd-macro)
(global-set-key #\C-z 'call-last-kbd-macro)
(global-set-key #\C-o 'beginning-of-buffer)
(global-set-key #\C-l 'end-of-buffer)
(set-default-directory "c:/users/t-yamamoto/documents")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment