Respect Xresources

This was disabled because of configs, but I'll leave it to the user to
resolve those issues.
This commit is contained in:
Henrik Lissner 2020-10-30 19:06:41 -04:00
parent a25ad3fa7c
commit 6a82eedeea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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