diff --git a/init.el b/init.el index 7f8ddf8..1a95d8c 100644 --- a/init.el +++ b/init.el @@ -74,6 +74,7 @@ (global-set-key (kbd "C-c C-r") 'ivy-resume) (global-set-key (kbd "") 'ivy-resume) (global-set-key (kbd "M-x") 'counsel-M-x) +(global-set-key (kbd "M-y") 'counsel-yank-pop) (global-set-key (kbd "C-x C-f") 'counsel-find-file) (global-set-key (kbd " f") 'counsel-describe-function) (global-set-key (kbd " v") 'counsel-describe-variable) @@ -106,7 +107,6 @@ ;; ace window (global-set-key (kbd "M-o") 'ace-window) -;; ;;; Stefan Monnier . It is the opposite of fill-paragraph (defun unfill-paragraph (&optional region) "Takes a multi-line paragraph and makes it into a single line of text." @@ -118,6 +118,3 @@ ;; Handy key definition (define-key global-map "\M-Q" 'unfill-paragraph) - - -