Remove duplicated winner binds

This commit is contained in:
Evie Litherland-Smith 2024-05-15 06:40:53 +01:00
parent 765fa07e40
commit 4b28bf90c9

View file

@ -541,8 +541,6 @@
(use-package winner
:demand
:bind (("C-c w u" . winner-undo)
("C-c w r" . winner-redo))
:config
(winner-mode))