summaryrefslogtreecommitdiff
path: root/emacs/custom/my-lang-python.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-18ref(python): use ipython as the interpreterFranck Cuny1-0/+1
Change-Id: I034fa42542277ce41aabcfd03e2086da80dd97dd
2022-10-17ref(lsp): switch from lsp-mode to eglotFranck Cuny1-2/+13
The experimentation was a disaster: lsp-mode was buggy, slow, littering the interface with a lot of things I did not understood or needed. eglot is definitely simpler and works better for me. Change-Id: Ie7e7e6f1c8e7b26aa5cb79d636f3ad53c1493617
2022-10-14ref(python): use black when availableFranck Cuny1-3/+7
Use python3 for the interpreter. Change-Id: Ib3193cb73b1303de543d8dc1873f1efe2320cd20
2022-09-17feat(lang/python): configure Emacs for pythonFranck Cuny1-0/+16
Change-Id: I4f1ae59be8c10f344bec93b86c70a893123e92de