aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 61a1c55..3596517 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -77,3 +77,6 @@
(setq column-number-mode t)
(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)))))