Some customs for windows platform

This commit is contained in:
Marcus Kammer 2020-07-13 08:31:20 +02:00
parent 3b517fe50d
commit 397b709aae

View file

@ -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")))))