diff --git a/init.org b/init.org index ecc3e22..496c2fb 100644 --- a/init.org +++ b/init.org @@ -845,6 +845,20 @@ #+end_src +* Move Text + + For moving lines up and down, there is the appropriately named [Move + Text](https://github.com/emacsfodder/move-text) package. + + #+begin_src emacs-lisp + + (use-package move-text + :bind (:map custom-bindings-map + ("C-M-" . move-text-down) + ("C-M-" . move-text-up))) + + #+end_src + * Lorem ipsum Do you ever want to insert some [[https://en.wikipedia.org/wiki/Lorem_ipsum][Lorem ipsum]]?