move-text-pkg.el (450B)
1 (define-package "move-text" "20231204.1514" "Move current line or region with M-up or M-down." 'nil :commit "90ef0b078dbcb2dee47a15b0c6c6f417101e0c43" :authors 2 '(("Jason Milkins" . "jasonm23@gmail.com")) 3 :maintainers 4 '(("Jason Milkins" . "jasonm23@gmail.com")) 5 :maintainer 6 '("Jason Milkins" . "jasonm23@gmail.com") 7 :keywords 8 '("edit") 9 :url "https://github.com/emacsfodder/move-text") 10 ;; Local Variables: 11 ;; no-byte-compile: t 12 ;; End: