mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
nit(ligatures): packages.el: add missing comment header
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/ligeratures/packages.el
|
||||
|
||||
(when (and (or (featurep 'ns)
|
||||
(featurep 'harfbuzz))
|
||||
(featurep 'composite))
|
||||
(package! ligature
|
||||
:pin "6ac1634612dbd42f7eb81ecaf022bd239aabb954"))
|
||||
(package! ligature :pin "6ac1634612dbd42f7eb81ecaf022bd239aabb954"))
|
||||
|
Reference in New Issue
Block a user