Skip to content

Commit

Permalink
revert(corfu): restore in (org/markdown)-mode
Browse files Browse the repository at this point in the history
This reverts commit 9360b69.
  • Loading branch information
abougouffa committed Apr 28, 2023
1 parent 9360b69 commit be458ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
(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 be458ac

Please sign in to comment.