* 2020-09-14 18:33:31+03, Eli Zaretskii wrote: > I think you need to do that in server-after-make-frame-hook instead, > to make it work in a daemon session. When the daemon reads your init > file, it doesn't have a GUI frame to play with, so some > display-related customizations don't work until there's a frame. Thanks for the info. My quick fix with (when (daemonp) ...) works too, and it happens before creating any frames. ;;; ~/.emacs.d/init.el (setq custom-file "~/.emacs.d/custom.el") (load custom-file) (when (daemonp) (face-spec-set 'cursor '((((background dark)) :background "#fafafa") (((background light)) :background "black")))) -- /// Teemu Likonen - .-.. http://www.iki.fi/tlikonen/ // OpenPGP: 4E1055DC84E9DFF613D78557719D69D324539450