lang/python: ensure anaconda is started after lsp
This commit is contained in:
parent
42421a765d
commit
9177c1b07a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ called.")
|
||||||
:documentation #'anaconda-mode-show-doc)
|
:documentation #'anaconda-mode-show-doc)
|
||||||
(set-popup-rule! "^\\*anaconda-mode" :select nil)
|
(set-popup-rule! "^\\*anaconda-mode" :select nil)
|
||||||
|
|
||||||
(add-hook! 'python-mode-local-vars-hook
|
(add-hook! 'python-mode-local-vars-hook :append
|
||||||
(defun +python-init-anaconda-mode-maybe-h ()
|
(defun +python-init-anaconda-mode-maybe-h ()
|
||||||
"Enable `anaconda-mode' if `lsp-mode' isn't."
|
"Enable `anaconda-mode' if `lsp-mode' isn't."
|
||||||
(unless (or (bound-and-true-p lsp-mode)
|
(unless (or (bound-and-true-p lsp-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue