Add conf-toml-mode to the local variables in tangled toml files
This commit is contained in:
parent
997bad682f
commit
4a442c264b
@ -3484,6 +3484,10 @@ agree with [[https://black.readthedocs.io/en/stable/index.html][black's uncompro
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
|
||||
# Local Variables:
|
||||
# mode: conf-toml
|
||||
# End:
|
||||
#+end_src
|
||||
|
||||
#+caption[Kick starting a =setup.cfg= file]:
|
||||
@ -3497,6 +3501,10 @@ agree with [[https://black.readthedocs.io/en/stable/index.html][black's uncompro
|
||||
[pycodestyle]
|
||||
ignore = E203
|
||||
max-line-length = 88
|
||||
|
||||
# Local Variables:
|
||||
# mode: conf-toml
|
||||
# End:
|
||||
#+end_src
|
||||
|
||||
[[https://jedi.readthedocs.io/en/latest/][Jedi]] provides grammar checking and completion candidates to [[https://github.com/python-lsp/python-lsp-server][python-lsp-server]].
|
||||
|
Loading…
x
Reference in New Issue
Block a user