From 9526a1f23c634e938a2e34254ead8c5a776bb408 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 4 Aug 2020 21:10:11 -0400 Subject: [PATCH] Allow more commands in mc --- .mc-lists.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.mc-lists.el b/.mc-lists.el index a4edcd0..8c4f1f8 100644 --- a/.mc-lists.el +++ b/.mc-lists.el @@ -11,6 +11,7 @@ TeX-insert-braces TeX-insert-dollar TeX-insert-sub-or-superscript + avy-goto-line backward-kill-sexp backward-sexp c-backward-into-nomenclature @@ -41,6 +42,8 @@ markdown-outdent-or-delete move-past-close-and-reindent org-beginning-of-line + org-clock-in + org-clock-out org-ctrl-c-ctrl-c org-cycle org-delete-char @@ -48,6 +51,7 @@ org-fill-paragraph org-force-self-insert org-kill-line + org-meta-return org-metaright org-open-line org-return @@ -112,4 +116,5 @@ tags-loop-continue up-list where-is + wilder/open-line-and-indent ))