Ensure anaconda-mode attempts to activate after lsp
This commit is contained in:
parent
37f15008e7
commit
4eec1141c1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ called.")
|
|||
(setq anaconda-mode-installation-directory (concat doom-etc-dir "anaconda/")
|
||||
anaconda-mode-eldoc-as-single-line t)
|
||||
|
||||
(add-hook! 'python-mode-local-vars-hook
|
||||
(add-hook! 'python-mode-local-vars-hook :append
|
||||
(defun +python-init-anaconda-mode-maybe-h ()
|
||||
"Enable `anaconda-mode' if `lsp-mode' is absent and
|
||||
`python-shell-interpreter' is present."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue