Skip to content

Commit

Permalink
Added Move text
Browse files Browse the repository at this point in the history
  • Loading branch information
stmonty committed Dec 3, 2023
1 parent 57b419c commit 33b0888
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,12 @@
:config
(treemacs-load-theme "all-the-icons"))

;; Move text up and down
(use-package move-text
:bind
("M-p" . 'move-text-up)
("M-n" . 'move-text-down))

;; Emulate-a-Terminal
;; M-x eat-compile-terminfo on MacOS to fix 'delete' issue
(use-package eat
Expand Down

0 comments on commit 33b0888

Please sign in to comment.