From 0fafcc42a4690aec934ccfc7a85f81a6c2a5872f Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Sat, 4 Apr 2020 16:31:52 +0200 Subject: [PATCH] Remove unused display settings --- bundle/display.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bundle/display.el b/bundle/display.el index 09473443..adab89ab 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -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: