diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-27 02:19:16 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-27 02:19:16 +0200 |
| commit | eeaec807ccc2d97531551ab0e038c291059a67df (patch) | |
| tree | 7ad052d9cc43084fcaee4c8613b59b4c3a7f9f94 | |
| parent | 47a0fb21980fac3579e56d4ef73d76bb640eeda7 (diff) | |
Do not mess with undo boundaries (Fix #309)
| -rw-r--r-- | corfu.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -782,7 +782,6 @@ FRAME is the existing frame." "Setup Corfu completion state." (setq corfu--extra completion-extra-properties) (completion-in-region-mode 1) - (undo-boundary) ;; Necessary to support `corfu-reset' (activate-change-group (setq corfu--change-group (prepare-change-group))) (setcdr (assq #'completion-in-region-mode minor-mode-overriding-map-alist) corfu-map) (add-hook 'pre-command-hook #'corfu--prepare nil 'local) |
