From 350289134939a7dbf04dd13790ebe341c4d1e5dd Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Sun, 16 Feb 2020 13:30:45 +0100 Subject: [PATCH] No need for os specific settings --- bundle/display.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bundle/display.el b/bundle/display.el index 338047be..6e08bbbc 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -22,11 +22,6 @@ whitespace-style '(tab-mark) indicate-buffer-boundaries 'left) -(when (eq system-type 'windows-nt)) - -(when (eq system-type 'gnu/linux) - (when (display-graphic-p))) - (provide 'display) ;; Local Variables: