From 47aeb6fd3b9715f217ae4896e762e59324197d66 Mon Sep 17 00:00:00 2001 From: jgrogan Date: Mon, 10 Jun 2024 13:37:56 +0100 Subject: [PATCH] Add small tikx example. --- doc/emacs_notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/emacs_notes.md b/doc/emacs_notes.md index 6466b68..15a2e8c 100644 --- a/doc/emacs_notes.md +++ b/doc/emacs_notes.md @@ -57,3 +57,13 @@ https://orgmode.org/worg/org-tutorials/org4beginners.html https://github.com/Alexander-Miller/treemacs * `C-c C-w s`: Switch workspace + +## Lsp Mode ## + +### Python ### + +Install language LSP server: + +``` +brew install python-lsp-server +```