Skip to content
Snippets Groups Projects
Commit 8dd80a6b authored by Liu Miao's avatar Liu Miao
Browse files

fix python-mode

parent edbaf48f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@
:files ("*")))
(use-package aweshell
:load-path "quelpa/build/aweshell"
:config
(with-eval-after-load "esh-opt"
(setq eshell-highlight-prompt nil
......@@ -72,7 +71,6 @@
:files ("*")))
(use-package eaf
:load-path "quelpa/build/eaf"
:init
(use-package epc :defer t :ensure t)
(use-package ctable :defer t :ensure t)
......
......@@ -18,7 +18,7 @@
(use-package python
:after flycheck
:mode "\\.py\\'"
:mode (("\\.py\\'" . python-mode))
:custom
(python-indent-offset 4)
(flycheck-python-pycompile-executable "python3")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment