aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2018-10-10 11:39:40 +0200
committerThomas Schneider <qsx@qsx.re>2018-10-10 11:39:40 +0200
commita373cd3ec9cc13179fb389db38990a5cacc606cf (patch)
tree4b3a2f6bbe15933696e8d7485832825167e3ce34 /dot.emacs.d/init.el
parent04b80584cc782dc14b56dcfaa9def32201268696 (diff)
Emacs: Fix C-M-y
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el2
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