Python: Remove internal function (#105)

This commit is contained in:
James Nguyen 2018-03-24 12:19:51 -07:00
parent f3551fe847
commit 82c1bc0cdf
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@
;; 'anaconda-mode-find-references
"gd" 'anaconda-mode-find-definitions
(kbd "C-t") 'anaconda-mode-go-back
"K" 'anaconda-mode-show-doc
"gf" 'anaconda-mode-find-file))
"K" 'anaconda-mode-show-doc))
(provide 'evil-collection-anaconda-mode)
;;; evil-collection-anaconda-mode.el ends here