From 6a82eedeeaaa8275f09c08c84e6710491c186793 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 30 Oct 2020 19:06:41 -0400 Subject: [PATCH] Respect Xresources This was disabled because of configs, but I'll leave it to the user to resolve those issues. --- early-init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/early-init.el b/early-init.el index 547a6b19f..a7ee4ccbd 100644 --- a/early-init.el +++ b/early-init.el @@ -22,11 +22,6 @@ ;; larger than the system default. (setq frame-inhibit-implied-resize t) -;; Ignore X resources; its settings would be redundant with the other settings -;; in this file and can conflict with later config (particularly where the -;; cursor color is concerned). -(fset #'x-apply-session-resources #'ignore) - ;; Prevent unwanted runtime builds in gccemacs (native-comp); packages are ;; compiled ahead-of-time when they are installed and site files are compiled ;; when gccemacs is installed.