Skip to content

Commit

Permalink
fix: don't apply fonts too early
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 31, 2023
1 parent 3d51c8a commit c393d1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions core/me-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

;;; Code:

(autoload #'plistp "subr")

(defcustom minemacs-fonts-plist
'(:default
((:family "Iosevka Fixed Curly Slab" :height 130)
Expand Down
3 changes: 0 additions & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@
;; Then we load the loaddefs file
(+load minemacs-loaddefs-file)

;; Load fonts early
(+setup-fonts)

;; Load user init tweaks from "$MINEMACSDIR/init-tweaks.el" when available
(unless (memq 'init-tweaks minemacs-ignore-user-config)
(let ((user-init-tweaks (concat minemacs-config-dir "init-tweaks.el")))
Expand Down

0 comments on commit c393d1c

Please sign in to comment.