From 2716ee28012bdb189975c5fe468d8e569d94d5a1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 20 Jul 2020 22:26:19 +0200 Subject: [PATCH] Modify custom - Set test runner - Set backup dir --- bundle/custom_gnu.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 7567682a..e48d6a76 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -7,6 +7,7 @@ [default default default italic underline success warning error]) '(ansi-color-names-vector ["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"]) + '(backup-directory-alist (quote (("." . "~/.backup_filez")))) '(custom-enabled-themes (quote (nord))) '(custom-safe-themes (quote @@ -21,6 +22,7 @@ '(elpy-modules (quote (elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-folding elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-autodoc elpy-module-sane-defaults))) + '(elpy-test-pytest-runner-command (quote ("pytest"))) '(fci-rule-color "#4C566A") '(global-hl-line-mode t) '(indent-tabs-mode nil)