diff options
| author | BardofSprites <[email protected]> | 2024-07-23 19:04:54 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-07-23 19:04:54 -0400 |
| commit | 00620eb403805a739483cd90c573d3cb74dc9012 (patch) | |
| tree | c37351301cc254a903ff51029eccb943e7ffa074 | |
| parent | 9ee9b4a24a7545bcdd1be26c41c317d94a960c08 (diff) | |
no confirm multicursor
| -rw-r--r-- | bard-emacs-modules/bard-emacs-essentials.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-essentials.el b/bard-emacs-modules/bard-emacs-essentials.el index c0b4a34..fcd3b36 100644 --- a/bard-emacs-modules/bard-emacs-essentials.el +++ b/bard-emacs-modules/bard-emacs-essentials.el @@ -23,6 +23,8 @@ ;; preview replace (use-package multiple-cursors :ensure t + :config + (setq mc/always-run-for-all t) :bind (("C-S-c C-S-c" . mc/edit-lines) ("C->" . mc/mark-next-like-this) |
