Update custom_windows:

- Enable Theme sanityinc-tomorrow-day
- Use Roboto Condensed for variable-pitch fonts
This commit is contained in:
Marcus Kammer 2020-07-13 10:51:54 +02:00
parent 40f3bd8a31
commit 2943ad5f3d

View file

@ -5,6 +5,10 @@
;; If there is more than one, they won't work right.
'(ansi-color-faces-vector
[default default default italic underline success warning error])
'(custom-enabled-themes (quote (sanityinc-tomorrow-day)))
'(custom-safe-themes
(quote
("bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default)))
'(default-frame-alist
(quote
((vertical-scroll-bars)
@ -18,6 +22,7 @@
'(elpy-test-runner (quote elpy-test-pytest-runner))
'(geiser-default-implementation (quote racket))
'(horizontal-scroll-bar-mode nil)
'(indent-tabs-mode nil)
'(inhibit-startup-buffer-menu t)
'(initial-buffer-choice "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org")
'(initial-frame-alist nil)
@ -62,7 +67,7 @@
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
'(package-selected-packages
(quote
(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)))
(color-theme-sanityinc-tomorrow 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))
@ -75,4 +80,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 :foundry "outline" :family "Noto Sans")))))
'(variable-pitch ((t (:height 1.1 :family "Roboto Condensed")))))