fix(wpcarro/emacs): Ensure pasting in evil visual WAI
The variable, `evil-visual-update-x-selection`, must've updated to `evil-visual-update-x-selection-p`. When I moved from ~/briefcase to /depot I adopted the newer version of nixpkgs. Change-Id: I27de45c73833325f64b1e176b8793a0d05233331 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4992 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
4753e2f286
commit
942046872d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
;; integrate Emacs with X11 clipboard
|
||||
(customize-set-variable 'select-enable-primary t)
|
||||
(customize-set-variable 'select-enable-clipboard t)
|
||||
(fset 'evil-visual-update-x-selection 'ignore)
|
||||
(customize-set-variable 'evil-visual-update-x-selection-p nil)
|
||||
(general-def 'insert
|
||||
"s-v" #'clipboard-yank
|
||||
"C-S-v" #'clipboard-yank)
|
||||
|
|
Loading…
Reference in a new issue