Add a file for move-text

This commit is contained in:
Andreas Zweili 2022-08-21 15:01:34 +02:00
parent efe6296f07
commit 5ac2bbe984
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,3 @@
(use-package move-text
:ensure t
:config
(move-text-default-bindings))
(use-package gnu-elpa-keyring-update
:ensure t)

View File

@ -0,0 +1,4 @@
(use-package move-text
:ensure t
:config
(move-text-default-bindings))

View File

@ -15,6 +15,7 @@
(load-file (config-path "latex.el"))
(load-file (config-path "langtool.el"))
(load-file (config-path "markdown.el"))
(load-file (config-path "move_text.el"))
(load-file (config-path "org_mode.el"))
(load-file (config-path "pdf_tools.el"))
(load-file (config-path "spellcheck.el"))