Skip to content

Commit

Permalink
[unicode-fonts] Use ligature package from MELPA
Browse files Browse the repository at this point in the history
Fetching via quelpa is no longer necessary as this package has finally
been published to MELPA.
  • Loading branch information
bcc32 committed Feb 15, 2025
1 parent 87acde7 commit e9542b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions layers/+fonts/unicode-fonts/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@

(defconst unicode-fonts-packages
'(unicode-fonts
(ligature :location (recipe
:fetcher github
:repo "mickeynp/ligature.el")
:toggle unicode-fonts-enable-ligatures)))
(ligature :toggle unicode-fonts-enable-ligatures)))

(defun unicode-fonts/init-unicode-fonts ()
(use-package unicode-fonts
Expand Down

0 comments on commit e9542b1

Please sign in to comment.