mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Add missing ###autoload markers
This commit is contained in:
parent
b46f79566e
commit
912342ed85
@ -46,6 +46,7 @@
|
|||||||
(defun hum/disable-hum-mode ()
|
(defun hum/disable-hum-mode ()
|
||||||
(mc-hide-unmatched-lines-mode 0))
|
(mc-hide-unmatched-lines-mode 0))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(define-minor-mode mc-hide-unmatched-lines-mode
|
(define-minor-mode mc-hide-unmatched-lines-mode
|
||||||
"Minor mode when enabled hides all lines where no cursos (and
|
"Minor mode when enabled hides all lines where no cursos (and
|
||||||
also hum/lines-to-expand below and above) To make use of this
|
also hum/lines-to-expand below and above) To make use of this
|
||||||
|
@ -459,6 +459,7 @@ They are temporarily disabled when multiple-cursors are active.")
|
|||||||
:group 'multiple-cursors)
|
:group 'multiple-cursors)
|
||||||
(put 'mc/mode-line 'risky-local-variable t)
|
(put 'mc/mode-line 'risky-local-variable t)
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(define-minor-mode multiple-cursors-mode
|
(define-minor-mode multiple-cursors-mode
|
||||||
"Mode while multiple cursors are active."
|
"Mode while multiple cursors are active."
|
||||||
nil mc/mode-line mc/keymap
|
nil mc/mode-line mc/keymap
|
||||||
|
@ -108,6 +108,7 @@ an exceedingly quick way of adding multiple cursors to multiple lines."
|
|||||||
(when rectangular-region-mode
|
(when rectangular-region-mode
|
||||||
(rrm/switch-to-multiple-cursors)))
|
(rrm/switch-to-multiple-cursors)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(define-minor-mode rectangular-region-mode
|
(define-minor-mode rectangular-region-mode
|
||||||
"A mode for creating a rectangular region to edit"
|
"A mode for creating a rectangular region to edit"
|
||||||
nil " rr" rectangular-region-mode-map
|
nil " rr" rectangular-region-mode-map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user