Commit 82454bac4418

Vincent Demeester <vincent@sbr.pm>
2019-01-12 16:00:26
vde-style: no more need for a specific font for shikoku
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6d9799f
Changed files (1)
lisp/vde-style.el
@@ -9,9 +9,7 @@
 (setq font-height 110)
 (cond
  ((string= (system-name) "hokkaido")
-  (setq font-height 100))
- ((string= (system-name) "shikoku")
-  (setq font-height 140)))
+  (setq font-height 100)))
 
 (set-face-attribute 'default nil
 		    :family "Fira Code"