Prevent the default font from being changed by gconf

Thanks, stackexchange!
This commit is contained in:
Daniel - 2020-09-12 14:41:22 +02:00
parent 39c06d670b
commit 01be58c2e1
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 5 additions and 0 deletions

View File

@ -452,6 +452,11 @@
(ignore params)
(list start end)))
;; Disable gconf settings, as it might interfere with ours. Cf.
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25228 and
;; https://emacs.stackexchange.com/questions/32641/something-changes-the-default-face-in-my-emacs.
(define-key special-event-map [config-changed-event] 'ignore)
;; * Builtin Packages