From 285c9d9055488524f38c5b88928ec57552282580 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 29 Feb 2016 13:16:14 -0500 Subject: [PATCH] Add counsel-yank-pop binding --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))