emacs
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
emacs [2025/03/06 14:05] – created roger | emacs [2025/03/06 14:15] (current) – roger | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Emacs ====== | ====== Emacs ====== | ||
+ | Useful Emacs stuff, with no particular order | ||
+ | |||
+ | ===== .dir-locals.el ===== | ||
+ | |||
+ | ==== Python ==== | ||
+ | |||
+ | |||
+ | This `.dir-locals.el` assumes you are running: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | Since '' | ||
+ | |||
+ | <code lisp> | ||
+ | ((python-mode . ((eval . (setq-local lsp-pylsp-plugins-mypy-enabled t))))) | ||
+ | </ | ||
+ | |||
+ | === Tests in Docker === | ||
+ | |||
+ | If unit tests run only in docker, you can use: | ||
+ | |||
+ | <code lisp> | ||
+ | (python-pytest-executable . " | ||
+ | </ |
emacs.1741269900.txt.gz · Last modified: 2025/03/06 14:05 by roger