summaryrefslogtreecommitdiff
path: root/.config/doom/custom.el
blob: a31fff73449306fac6a6a320ce5e35b53f627e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(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)))))