26 lines
1.3 KiB
EmacsLisp
26 lines
1.3 KiB
EmacsLisp
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
|
|
'(safe-local-variable-values
|
|
'((poetry-tracking-strategy . "projectile")
|
|
(poetry-tracking-mode quote projectile)
|
|
(poetry-tracking-strategy quote projectile)
|
|
(projectile-project-compilation-cmd . "npm run python:lint")
|
|
(projectile-project-run-cmd . "npm start")
|
|
(projectile-project-test-cmd . "npm run python:unit")
|
|
(lsp-pylsp-plugins-pydocstyle-enabled)
|
|
(projectile-project-run-cmd . "make up")
|
|
(python-pytest-executable . "docker-compose run --rm -e CI=True app python -m pytest")
|
|
(projectile-project-test-cmd . "make test")
|
|
(lsp-pylsp-plugins-flake8-enabled))))
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
'(font-lock-comment-face ((t (:slant italic))))
|
|
'(font-lock-keyword-face ((t (:slant italic)))))
|