emacs-jupyter / jupyter

An interface to communicate with Jupyter kernels.
GNU General Public License v3.0
934 stars 92 forks source link

Make `jupyter-completion-at-point` hook DEPTH configurable #503

Closed mpereira closed 10 months ago

mpereira commented 11 months ago

This PR makes the jupyter-completion-at-point hook DEPTH in completion-at-point-functions configurable. This is useful, for example, if one wants to give lower priority to jupyter-completion-at-point so that other completion at point functions like lsp-completion-at-point can run.