Update custom file for windows

This commit is contained in:
Marcus Kammer 2020-07-31 13:32:05 +02:00
parent 0d5ba2300e
commit 98cd7cfe30

View file

@ -13,9 +13,12 @@
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default)))
'(default-frame-alist
(quote
((vertical-scroll-bars)
((horizontal-scroll-bars)
(font . "Fira Code-11")
(fullscreen . maximized))))
(width . 88)
(height . 64)
(alpha . 100)
(vertical-scroll-bars))))
'(delete-by-moving-to-trash t)
'(display-line-numbers-grow-only t)
'(elpy-modules
@ -23,6 +26,7 @@
(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))
'(global-hl-line-mode t)
'(horizontal-scroll-bar-mode nil)
'(indent-tabs-mode nil)
'(inhibit-startup-buffer-menu t)
@ -82,4 +86,4 @@
;; 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))))
'(variable-pitch ((t (:height 1.1 :family "Roboto Condensed")))))
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))