mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update siren-move-dup module to avoid deprecation warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user