Skip to content

Commit

Permalink
fix(cape): rename obsolete cape-symbol to cape-elisp-symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 18, 2023
1 parent c770acb commit 6313c3d
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 @@ -43,7 +43,7 @@ placed, otherwise they come first."
(+add-hook! 'completion-at-point-functions '(cape-file cape-elisp-block cape-keyword cape-dict))

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

(+add-hook! (TeX-mode LaTeX-mode)
(add-hook 'completion-at-point-functions #'cape-tex nil t))
Expand Down

0 comments on commit 6313c3d

Please sign in to comment.