Debugging & Auto Formatting

- Add keybindings for debugging
- Enable formatting on save
- Configure python DAP mode to use debugpy
This commit is contained in:
Sravan Balaji
2022-07-02 08:46:30 -04:00
parent 5fda254ac2
commit 9ef9f09c22
3 changed files with 81 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
(evil +everywhere) ; come to the dark side, we have cookies
file-templates ; auto-snippets for empty files
fold ; (nigh) universal code folding
;;(format +onsave) ; automated prettiness
(format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim
multiple-cursors ; editing in many places at once