No need for os specific settings

This commit is contained in:
Marcus Kammer 2020-02-16 13:30:45 +01:00
parent 2295264afe
commit 3502891349

View file

@ -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: