User Tools

Site Tools


emacs

This is an old revision of the document!


Emacs

Useful Emacs stuff, with no particular order

.dir-locals.el for Python

This `.dir-locals.el` assumes you are running:

  • pylsp-mypy>=0.7.0
  • python-lsp-ruff>=2.2.2
  • python-lsp-server>=1.12.2

Since lsp-pylsp-plugins-mypy-enabled comes disabled by default, this setting should enable it.

((python-mode . ((eval . (setq-local lsp-pylsp-plugins-mypy-enabled t)))))
emacs.1741270254.txt.gz · Last modified: 2025/03/06 14:10 by roger