Skip to content

Instantly share code, notes, and snippets.

@habamax
habamax / emacs-python-treesitter-eglot.org
Last active April 22, 2024 11:39
Setup Emacs for Python with Treesitter and Eglot

Emacs, Python, Treesitter and Eglot

Treesitter (“better”/faster syntax highlighting)

  1. Make sure you have Emacs with treesitter support:

    M-: (treesit-available-p) RET should return t

  2. Make sure you have installed python treesitter grammar