From 7d7df5c32d0d3a0668485d602fafd0ad9c2859e7 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Sat, 9 May 2020 17:09:46 +0800 Subject: [PATCH] Follow advice in Doom python LSP docs. update https://github.com/hlissner/doom-emacs/commit/6780d7c --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.org b/config.org index 3a29a29..b38ac61 100644 --- a/config.org +++ b/config.org @@ -2979,6 +2979,13 @@ provide this: (add-to-list 'TeX-view-program-list '("Evince" "evince %o")) (add-to-list 'TeX-view-program-selection '(output-pdf "Evince"))) #+END_SRC +** Python +Since I'm using =mypyls=, as suggested in [[file:~/.emacs.d/modules/lang/python/README.org::*Language Server Protocol Support][:lang python LSP support]] I'll tweak the +priority of =mypyls= +#+BEGIN_SRC emacs-lisp +(after! lsp-python-ms + (set-lsp-priority! 'mspyls 1)) +#+END_SRC ** R *** Editor Visuals #+BEGIN_SRC emacs-lisp