Commit 5e520a0149b3

Vincent Demeester <vincent@sbr.pm>
2018-09-07 18:57:50
Use system-name function instead of variable…
… this variable is deprecated since 25.1 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 72dda68
Changed files (1)
lisp/vde-style.el
@@ -5,9 +5,9 @@
 ;; - Fira Sans (https://github.com/mozilla/Fira/)
 (setq font-height 110)
 (cond
- ((string= system-name "hokkaido")
+ ((string= (system-name) "hokkaido")
   (setq font-height 100))
- ((string= system-name "shikoku")
+ ((string= (system-name) "shikoku")
   (setq font-height 140)))
 
 (set-face-attribute 'default nil