mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Clean up
This commit is contained in:
@ -60,10 +60,6 @@
|
||||
(not (use-region-p))
|
||||
(not (sp-point-in-string-or-comment))))))
|
||||
|
||||
(after "auto-complete"
|
||||
(use-package ac-anaconda
|
||||
:init (add-hook 'python-mode-hook 'ac-anaconda-setup)))
|
||||
|
||||
(after "company"
|
||||
(use-package company-anaconda
|
||||
:config (company--backend-on 'python-mode-hook 'company-anaconda)))))
|
||||
|
Reference in New Issue
Block a user