Update siren-move-dup module to avoid deprecation warnings

This commit is contained in:
2019-06-03 16:54:47 +01:00
parent c774b3ce5f
commit 3dd5215584

View File

@@ -8,9 +8,9 @@
(use-package move-dup
:bind
("M-p" . md/move-lines-up)
("M-n" . md/move-lines-down)
("C-x C-d" . md/duplicate-down))
("M-p" . md-move-lines-up)
("M-n" . md-move-lines-down)
("C-x C-d" . md-duplicate-down))
(provide 'siren-move-dup)
;;; siren-move-dup.el ends here