Skip to content

Commit

Permalink
Merge pull request #366 from kiennq/bug/define-icon
Browse files Browse the repository at this point in the history
Remove obsolete define-icon that conflict with def inside icons.el
  • Loading branch information
wyuenho committed Jun 15, 2023
2 parents f75c113 + f0f7fcc commit f491f39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions all-the-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,6 @@ FONT-NAME is the name of the .ttf file providing the font, defaults to FAMILY."
(interactive "P")
(all-the-icons-insert arg (quote ,name)))))

(define-obsolete-function-alias 'define-icon 'all-the-icons-define-icon "4.0.0")

(all-the-icons-define-icon alltheicon all-the-icons-data/alltheicons-alist "all-the-icons")
(all-the-icons-define-icon fileicon all-the-icons-data/file-icon-alist "file-icons")
(all-the-icons-define-icon faicon all-the-icons-data/fa-icon-alist "FontAwesome")
Expand Down

0 comments on commit f491f39

Please sign in to comment.