From f43c3457a94331a36a00fddfcb9b18e12eaf71c3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 11 Jan 2016 14:44:41 -0800 Subject: [PATCH] Keybind paste to s-v --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index aa9aab1b..52c5dc63 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2393,6 +2393,7 @@ items follow a style that is consistent with other prog-modes." (bind-key "C-c 8" 'imalison:term) (bind-key "C-c 7" 'imalison:force-new-term) (bind-key "C-x 9" 'previous-buffer) +(bind-key "s-v" 'clipboard-yank) (fset 'global-set-key-to-use-package (lambda (&optional arg) "Keyboard macro." (interactive "p")