mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Hook is implied in :hook
This commit is contained in:
parent
32cbab47f8
commit
82790351a1
4
init.org
4
init.org
@ -1097,8 +1097,8 @@
|
|||||||
;; Multiple cursors for Emacs
|
;; Multiple cursors for Emacs
|
||||||
(use-package multiple-cursors
|
(use-package multiple-cursors
|
||||||
:defer t
|
:defer t
|
||||||
:hook ((multiple-cursors-mode-enabled-hook . (lambda () (corfu-mode -1)))
|
:hook ((multiple-cursors-mode-enabled . (lambda () (corfu-mode -1)))
|
||||||
(multiple-cursors-mode-disabled-hook . (lambda () (corfu-mode 1))))
|
(multiple-cursors-mode-disabled . (lambda () (corfu-mode 1))))
|
||||||
:bind (:map custom-bindings-map
|
:bind (:map custom-bindings-map
|
||||||
("C-c e" . mc/edit-lines)
|
("C-c e" . mc/edit-lines)
|
||||||
("C-c a" . mc/mark-all-like-this)
|
("C-c a" . mc/mark-all-like-this)
|
||||||
|
Loading…
Reference in New Issue
Block a user