muffinmad / emacs-pdb-capf

Completion-at-point function for pdb (Python debugger)
GNU General Public License v3.0
12 stars 2 forks source link

hook snippet in readme #2

Closed jgarte closed 2 years ago

jgarte commented 2 years ago

Hi,

Should this snippet that you shared earlier be added to the README?

(add-hook 'pdb-mode-hook
          (lambda ()
            (add-hook 'completion-at-point-functions
                      'pdb-capf nil t)))
muffinmad commented 2 years ago

I've updated the readme.

Thanks!

jgarte commented 2 years ago

Thank you for making this package!