Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
This commit is contained in:
parent
05ad81c631
commit
7df5b0e507
19 changed files with 3 additions and 3 deletions
12
.config/emacs/config/python.el
Normal file
12
.config/emacs/config/python.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
(add-hook 'python-mode-hook 'python-flake8)
|
||||
(add-hook 'python-mode-hook 'python-pylint)
|
||||
|
||||
(use-package flycheck-mypy
|
||||
:ensure t
|
||||
:hook
|
||||
(python-mode . flycheck-mode))
|
||||
|
||||
(use-package lsp-mode
|
||||
:ensure t
|
||||
:hook
|
||||
(python-mode . lsp-deferred))
|
Loading…
Add table
Add a link
Reference in a new issue