mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Merge pull request #111 from mathrick/mark-all-dwim
Add mc/mark-all-dwim to autoloads
This commit is contained in:
commit
17c48f972a
@ -419,6 +419,7 @@ With prefix, it behaves the same as original `mc/mark-all-like-this'"
|
|||||||
(when (<= (mc/num-cursors) before)
|
(when (<= (mc/num-cursors) before)
|
||||||
(mc/mark-all-like-this))))))
|
(mc/mark-all-like-this))))))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun mc/mark-all-dwim (arg)
|
(defun mc/mark-all-dwim (arg)
|
||||||
"Tries even harder to guess what you want to mark all of.
|
"Tries even harder to guess what you want to mark all of.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user