From a373cd3ec9cc13179fb389db38990a5cacc606cf Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 10 Oct 2018 11:39:40 +0200 Subject: Emacs: Fix C-M-y --- dot.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 0f0ad8a..0c2c4aa 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -94,7 +94,7 @@ (global-set-key (kbd "C-x C-k") 'kill-this-buffer) (global-set-key (kbd "C-M-y") '(lambda () (interactive) - (save-excursion (insert (gui-get-primary-selection))))) + (insert (gui-get-primary-selection)))) ;;; Mail (setq message-kill-buffer-on-exit t -- cgit v1.2.3