Skip to content

Commit

Permalink
tweak(fonts)!: remove obsolete aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 30, 2023
1 parent 0160a85 commit f127b7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions core/me-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ scaling factor for the font in Emacs' `face-font-rescale-alist'. See the
:group 'minemacs-ui
:type 'plist)

(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 Expand Up @@ -158,8 +156,6 @@ scaling factor for the font in Emacs' `face-font-rescale-alist'. See the
;; Run hooks
(run-hooks 'minemacs-after-setup-fonts-hook))

(define-obsolete-function-alias #'+set-fonts #'+setup-fonts "v3.0.0")

(+add-hook! (window-setup server-after-make-frame) #'+setup-fonts)


Expand Down
2 changes: 0 additions & 2 deletions core/me-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ we set on `use-package' in `me-bootstrap'."
:group 'minemacs-ui
:type 'hook)

(make-obsolete-variable 'minemacs-after-set-fonts-hook 'minemacs-after-setup-fonts-hook "v3.0.0")

(defcustom minemacs-after-load-theme-hook nil
"Runs after loading MinEmacs theme, runs at the end of `+load-theme'."
:group 'minemacs-ui
Expand Down

0 comments on commit f127b7f

Please sign in to comment.