From 9177c1b07a7780c0a2b7c3bce577038d3ae059f9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 23 Oct 2019 22:09:28 -0400 Subject: [PATCH] lang/python: ensure anaconda is started after lsp --- modules/lang/python/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 9d381d3d0..36379fa52 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -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)