diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d5d288b..fc28d48 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -115,7 +115,8 @@ (t . ivy--regex-plus))) (assq-delete-all 'counsel-M-x ivy-initial-inputs-alist) (global-set-key (kbd "C-c C-c M-x") 'execute-extended-command) ;;normal M-x. - :bind ("M-x" . counsel-M-x)) + :bind ("M-x" . counsel-M-x) + :bind ("C-M-y" . counsel-yank-pop)) (use-package ace-window :quelpa :bind ("M-p" . ace-window))