Skip to content

Commit

Permalink
refactor(fonts): minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 7, 2023
1 parent d3a494c commit 68dc71b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/me-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ scaling factor for the font in Emacs' `face-font-rescale-alist'. See the
:group 'minemacs-ui
:type 'plist)

(defvar minemacs-fonts nil)

(make-obsolete-variable 'minemacs-fonts 'minemacs-fonts-plist "v3.0.0")
(define-obsolete-variable-alias 'minemacs-fonts 'minemacs-fonts-plist "v3.0.0")

(defconst +known-scripts (mapcar #'car script-representative-chars)
"Supported scripts, like `latin', `arabic', `han', and so on.")
Expand Down

0 comments on commit 68dc71b

Please sign in to comment.