mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/python: ensure anaconda is started after lsp
This commit is contained in:
@ -101,7 +101,7 @@ called.")
|
||||
:documentation #'anaconda-mode-show-doc)
|
||||
(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 ()
|
||||
"Enable `anaconda-mode' if `lsp-mode' isn't."
|
||||
(unless (or (bound-and-true-p lsp-mode)
|
||||
|
Reference in New Issue
Block a user