diff options
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
