Skip to content

Instantly share code, notes, and snippets.

@lisp-is-the-future
Created September 6, 2018 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisp-is-the-future/40bd893ebf9a8e66e6f4f292a836483a to your computer and use it in GitHub Desktop.
Save lisp-is-the-future/40bd893ebf9a8e66e6f4f292a836483a to your computer and use it in GitHub Desktop.
emacs/slime intermediate editing keys
#################################
# 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