diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index c96a6196..c033c6f9 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -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")))))