diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2014-11-03 16:46:49 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2014-11-03 16:46:49 (GMT) |
| commit | 0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a (patch) | |
| tree | fcce63cb3cc2284970a56b14104732e6fc35360b /ravi-init-python.el | |
| parent | 5c1da46756e59301996f21cc8026ddb811cf7822 (diff) | |
| download | dotemacs-0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a.zip dotemacs-0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a.tar.gz dotemacs-0ab3bac82e50b8f1e3de0ab3f1d2510ac519dd7a.tar.bz2 | |
Start replacement of auto-complete with company-mode
Diffstat (limited to 'ravi-init-python.el')
| -rw-r--r-- | ravi-init-python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ravi-init-python.el b/ravi-init-python.el index 29aae57..1ac8766 100644 --- a/ravi-init-python.el +++ b/ravi-init-python.el @@ -146,7 +146,7 @@ (add-hook 'python-mode-hook 'ravi/python-jedi-hook-installer) ) :ensure t - :disabled nil + :disabled t ; casualty of removing auto-complete ) (use-package sphinx-doc |
