From 397b709aae137842a0cb0d4a6b9cd3d76bff05e9 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 13 Jul 2020 08:31:20 +0200 Subject: [PATCH] Some customs for windows platform --- bundle/custom_win32_EVG02667NB.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bundle/custom_win32_EVG02667NB.el b/bundle/custom_win32_EVG02667NB.el index 22e39ea5..38dc43ef 100644 --- a/bundle/custom_win32_EVG02667NB.el +++ b/bundle/custom_win32_EVG02667NB.el @@ -15,6 +15,7 @@ '(elpy-modules (quote (elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults))) + '(elpy-test-runner (quote elpy-test-pytest-runner)) '(geiser-default-implementation (quote racket)) '(horizontal-scroll-bar-mode nil) '(inhibit-startup-buffer-menu t) @@ -31,6 +32,8 @@ (global-mode-string ("--" global-mode-string)) "-%-"))) + '(nov-unzip-program + "C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe") '(olivetti-body-width 90) '(olivetti-lighter " Olv") '(olivetti-minimum-body-width 80) @@ -59,7 +62,7 @@ "c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar") '(package-selected-packages (quote - (projectile nov markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode racket-mode geiser slime web-mode js2-mode markdown-mode yaml-mode olivetti elpy use-package nord-theme nordless-theme org toc-org ox-reveal ace-window htmlize ivy magit))) + (ein projectile nov markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode racket-mode geiser slime web-mode js2-mode markdown-mode yaml-mode olivetti elpy use-package nord-theme nordless-theme org toc-org ox-reveal ace-window htmlize ivy magit))) '(python-indent-guess-indent-offset nil) '(python-shell-interpreter "ipython") '(ring-bell-function (quote ignore)) @@ -71,4 +74,5 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(highlight-indentation-current-column-face ((t (:inherit hl-line)))) - '(highlight-indentation-face ((t (:inherit hl-line))))) + '(highlight-indentation-face ((t (:inherit hl-line)))) + '(variable-pitch ((t (:height 1.1 :foundry "outline" :family "Noto Sans")))))