~Python indenting
This commit is contained in:
@@ -78,16 +78,18 @@ become my C one soon!
|
|||||||
(setq python-shell-interpreter "python3")
|
(setq python-shell-interpreter "python3")
|
||||||
(setq flycheck-python-pycompile-executable "python3")
|
(setq flycheck-python-pycompile-executable "python3")
|
||||||
|
|
||||||
; Python Keybinds
|
(map! ; Python keybinds
|
||||||
(map!
|
:map python-mode-map
|
||||||
:map python-mode-map
|
:localleader
|
||||||
:localleader
|
:desc "Start python minor" "c" 'run-python
|
||||||
:desc "Start python minor" "c" 'run-python
|
(:prefix "s"
|
||||||
(:prefix "s"
|
:desc "Send region REPL" "r" 'python-shell-send-region
|
||||||
:desc "Send region REPL" "r" 'python-shell-send-region
|
:desc "Send buffer" "b" 'python-shell-send-buffer
|
||||||
:desc "Send buffer" "b" 'python-shell-send-buffer
|
:desc "Send function" "f" 'python-shell-send-defun
|
||||||
:desc "Send function" "f" 'python-shell-send-defun
|
)
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
#+END_SRC
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
Reference in New Issue
Block a user