mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor, general refactor & comment updates
This commit is contained in:
@ -388,8 +388,8 @@ the new algorithm is confusing, like in python or ruby."
|
||||
;;
|
||||
|
||||
;; mc doesn't play well with evil, this attempts to assuage some of its problems
|
||||
;; so that certain plugins (which I have no control over) can still use it in
|
||||
;; relative safety.
|
||||
;; so that any plugins that depend on multiple-cursors (which I have no control
|
||||
;; over) can still use it in relative safety.
|
||||
(after! multiple-cursors-core
|
||||
(map! :map mc/keymap :ne "<escape>" #'mc/keyboard-quit)
|
||||
|
||||
|
Reference in New Issue
Block a user