Skip to content

Commit

Permalink
Fix: init fonts after init since some packages do not exist yet
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Dec 1, 2024
1 parent da838d6 commit dd1a5b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisp/init-appearance.el
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ Also pass ARGS to `set-face-attribute' calls."
)

;; Initialize fonts if running with a GUI
(rb-apply-if-gui 'rb/init-font)


(add-hook 'elpaca-after-init-hook #'(lambda () (rb-apply-if-gui 'rb/init-font)))

;; Enable line numbers only when executing goto-line
;; from http://whattheemacsd.com/
Expand Down

0 comments on commit dd1a5b0

Please sign in to comment.