Created
September 6, 2018 18:41
-
-
Save lisp-is-the-future/40bd893ebf9a8e66e6f4f292a836483a to your computer and use it in GitHub Desktop.
emacs/slime intermediate editing keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################# | |
# use macros for repetitive tasks | |
################################# | |
## record a macro | |
# begin macro C-x ( | |
# do stuff in between | |
# e.g. go to begin of line C-x a | |
# add two '## ' ## | |
# go to next line C-n | |
# end macro C-x ) | |
## apply the recorded macro | |
# apply n times the macro (put '##' at beginnin of next n lines) | |
# n = 14 C-u 14 C-x e | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment