Increase size of variable pitch font
This commit is contained in:
parent
4994179431
commit
ccf3bf0fab
1 changed files with 2 additions and 3 deletions
|
@ -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")))))
|
||||
|
|
Loading…
Add table
Reference in a new issue