diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-04-17 17:26:59 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-04-17 17:26:59 +0200 |
| commit | e226da3ea4feb7a43efb09ce62e5de9afbab2748 (patch) | |
| tree | fe91ead9d7af2616ba702b74d4c27f643dbb8cd9 | |
| parent | 4c2c997948501617996d034c9e114199108fa044 (diff) | |
Oops, use `:global nil` instead of `:local t`
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,7 @@ If `line-spacing/=nil' or in text-mode, the background color is used instead.") ;;;###autoload (define-minor-mode corfu-mode "Completion Overlay Region FUnction" - :local t + :global nil (remove-hook 'completion-in-region-mode-hook #'corfu--mode-hook 'local) (kill-local-variable 'completion-in-region-function) (when corfu-mode |
