From 7951bbc451949f5530d59f19542a53b7df36e8cf Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 26 Oct 2024 16:08:45 +0200 Subject: [PATCH] Add move text --- init.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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]]?