aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2024-02-05 00:18:23 -0500
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2024-02-05 00:18:23 -0500
commit7284460c375318742de4a3a175b400e4af3b6648 (patch)
tree335b6a47b191e6b939da2e12d4f5c3d678d53752
parentDisable rename org buffers to `#+TITLE:` (diff)
downloadmmosmacs-7284460c375318742de4a3a175b400e4af3b6648.tar.gz
mmosmacs-7284460c375318742de4a3a175b400e4af3b6648.tar.bz2
mmosmacs-7284460c375318742de4a3a175b400e4af3b6648.zip
Add some things to `mc/cmds-to-run-for-all`
-rw-r--r--init.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/init.el b/init.el
index 78dd553..f843aed 100644
--- a/init.el
+++ b/init.el
@@ -691,10 +691,20 @@
691 :config 691 :config
692 (setq mc/cmds-to-run-for-all 692 (setq mc/cmds-to-run-for-all
693 '(electric-pair-delete-pair 693 '(electric-pair-delete-pair
694 insert-char
695 org-self-insert-command
696 indent-for-tab-command
697 wdired--self-insert
698 ;;
699 end-of-line
694 end-of-visual-line 700 end-of-visual-line
701 org-end-of-line
695 beginning-of-visual-line 702 beginning-of-visual-line
696 beginning-of-line-text 703 beginning-of-line-text
697 mm/keyboard-escape-quit-keep-windows))) 704 org-beginning-of-line
705 org-return
706 ;;
707 mm/keyboard-escape-quit-keep-windows)))2
698 708
699 709
700 710