From 64802ae654c622afbea707f40fc855e0e3ae2636 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 15 Sep 2025 17:06:31 -0400 Subject: [PATCH] nit(ligatures): packages.el: add missing comment header --- modules/ui/ligatures/packages.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/ui/ligatures/packages.el b/modules/ui/ligatures/packages.el index ff302f3c7..01aa55a50 100644 --- a/modules/ui/ligatures/packages.el +++ b/modules/ui/ligatures/packages.el @@ -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"))