Skip to content

Commit

Permalink
tweak(corfu): disable in org-mode and markdown-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 27, 2023
1 parent 2c194de commit 9360b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
(corfu-cycle t) ; Allows cycling through candidates
(corfu-min-width 25)
(corfu-auto-delay 0.2)
(corfu-exclude-modes '(org-mode markdown-mode))
:config
(with-eval-after-load 'evil
(define-key corfu-map (kbd "C-j") #'corfu-next)
Expand Down

0 comments on commit 9360b69

Please sign in to comment.