Skip to content

Commit 0208e0c

Browse files
author
DogLooksGood
committed
Add kill-ring-save as the fallback to meow-save
Now a mark will be set before entering insert state, and kill-ring-save works well with it.
1 parent e720a19 commit 0208e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meow-var.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ This doesn't affect how keypad works on recording or executing a kmacro."
5757
(defcustom meow-selection-command-fallback
5858
'((meow-change . meow-change-char)
5959
(meow-kill . meow-C-k)
60+
(meow-save . kill-ring-save)
6061
(meow-cancel-selection . keyboard-quit)
6162
(meow-pop-selection . meow-pop-grab)
6263
(meow-beacon-change . meow-beacon-change-char)

0 commit comments

Comments
 (0)