Increase size of variable pitch font

This commit is contained in:
Marcus Kammer 2020-07-24 07:39:14 +02:00
parent 4994179431
commit ccf3bf0fab

View file

@ -17,8 +17,7 @@
((font . "Fira Code-11")
(fullscreen . maximized)
(alpha . 100)
(undecorated . t)
(vertical-scroll-bars))))
(undecorated . t))))
'(delete-selection-mode nil)
'(elpy-modules
(quote
@ -68,4 +67,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")))))