branch: externals/show-font
commit 460da112edcd3e2ca0f9d2b41ef7c5fc8944ff15
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add TODO about other operating systems
---
show-font.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/show-font.el b/show-font.el
index e181f0e18a..a819587288 100644
--- a/show-font.el
+++ b/show-font.el
@@ -35,6 +35,7 @@
;; TODO 2024-08-24: How to find out if a font is available on the system?
;; TODO 2024-08-24: Produce informative message if font cannot be displayed.
;; TODO 2024-08-24: Offer option to install missing font.
+;; TODO 2024-08-27: Make this package work with other operating systems.
(eval-when-compile (require 'cl-lib))