Emacsg: Load compat as an early bird

This commit is contained in:
Jonas Bernoulli 2024-08-24 19:54:52 +02:00
parent c1d51f7fd9
commit 02bb4bea5a
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

View File

@ -33,6 +33,8 @@
(require 'use-package)
(setq use-package-verbose t))
(use-package compat)
(use-package dash
:config (global-dash-fontify-mode))