Skip to content

Instantly share code, notes, and snippets.

@bmnn
Created December 20, 2013 07:05
Show Gist options
  • Save bmnn/8051374 to your computer and use it in GitHub Desktop.
Save bmnn/8051374 to your computer and use it in GitHub Desktop.
emacs; icicles; last command; repeat;
(require 'icicles)
(icy-mode 1)
(global-set-key (kbd "C-c s") 'icicle-repeat-complex-command)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment