mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Add mc/cycle-looping-behaviour to multiple-cursors custom group.
This commit is contained in:
parent
dce6c00fab
commit
1afbb9317c
@ -59,7 +59,8 @@
|
|||||||
:type '(radio (const :tag "Loop around to beginning/end of document." continue)
|
:type '(radio (const :tag "Loop around to beginning/end of document." continue)
|
||||||
(const :tag "Warn and then loop around." warn)
|
(const :tag "Warn and then loop around." warn)
|
||||||
(const :tag "Signal an error." error)
|
(const :tag "Signal an error." error)
|
||||||
(const :tag "Don't loop." stop)))
|
(const :tag "Don't loop." stop))
|
||||||
|
:group 'multiple-cursors)
|
||||||
|
|
||||||
(defun mc/handle-loop-condition (error-message)
|
(defun mc/handle-loop-condition (error-message)
|
||||||
(ecase mc/cycle-looping-behaviour
|
(ecase mc/cycle-looping-behaviour
|
||||||
|
Loading…
x
Reference in New Issue
Block a user