diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2024-02-05 00:18:23 -0500 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2024-02-05 00:18:23 -0500 |
commit | 7284460c375318742de4a3a175b400e4af3b6648 (patch) | |
tree | 335b6a47b191e6b939da2e12d4f5c3d678d53752 | |
parent | Disable rename org buffers to `#+TITLE:` (diff) | |
download | mmosmacs-7284460c375318742de4a3a175b400e4af3b6648.tar.gz mmosmacs-7284460c375318742de4a3a175b400e4af3b6648.tar.bz2 mmosmacs-7284460c375318742de4a3a175b400e4af3b6648.zip |
Add some things to `mc/cmds-to-run-for-all`
-rw-r--r-- | init.el | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 | ||