keys for repeat and repeat-complex-command

This commit is contained in:
Kashish Sharma 2016-09-29 21:24:33 +05:30
parent 9bd68aaa09
commit 2500d18dac
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
;; C-z (suspend-frame) is utterly useless and disruptive - good place to put universal-argument
(global-unset-key (kbd "C-z"))
(global-set-key (kbd "C-z") 'universal-argument)
(global-set-key (kbd "C-x C-z") 'repeat)
(global-set-key (kbd "C-x C-;") 'repeat-complex-command)
;; (defun cp-kill-line (&optional arg)
;; (interactive)