Remove unused display settings

This commit is contained in:
Marcus Kammer 2020-04-04 16:31:52 +02:00
parent bc1b597ded
commit 0fafcc42a4

View file

@ -37,10 +37,6 @@
display-line-numbers-widen nil
)
(when (eq system-type 'windows-nt)
(when (string= (system-name) "EVG02667NB")
(add-to-list 'default-frame-alist '(font . "Iosevka Term-13"))))
(provide 'display)
;; Local Variables: