Created
December 20, 2013 07:05
-
-
Save bmnn/8051374 to your computer and use it in GitHub Desktop.
emacs; icicles; last command; repeat;
This file contains 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
(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