Skip to content

Commit

Permalink
revert(cape): restore cape-dict (it in fact useful) [#150]
Browse files Browse the repository at this point in the history
This reverts commit ed2bae5.
  • Loading branch information
abougouffa committed Jan 10, 2024
1 parent 63ff477 commit 5caddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ placed, otherwise they come first."
(when (< emacs-major-version 29)
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify))

(+add-hook! 'completion-at-point-functions '(cape-file cape-keyword))
(+add-hook! 'completion-at-point-functions '(cape-file cape-keyword cape-dict))

(+add-hook! (emacs-lisp-mode git-commit-mode)
(add-hook 'completion-at-point-functions #'cape-elisp-symbol nil t))
Expand Down

0 comments on commit 5caddc4

Please sign in to comment.