branch: externals/show-font commit a1ffe8afdf62156cea1e230ed9390d9c0d4c77ef Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Autoload show-font-extensions-regexp to make the package install correctly Thanks to Darrly Hebbes for bringing this matter to my attention in issue 1: <https://github.com/protesilaos/show-font/issues/1>. --- show-font.el | 1 + 1 file changed, 1 insertion(+) diff --git a/show-font.el b/show-font.el index a19dcf5dbd..61396da1b3 100644 --- a/show-font.el +++ b/show-font.el @@ -97,6 +97,7 @@ x×X .,·°;:¡!¿?`'‘’ ÄAÃÀ TODO "Face for font preview title." :group 'show-font-faces) +;;;###autoload (defconst show-font-extensions-regexp "\\.\\(ttf\\|otf\\)\\'" "Regular expression to match font file extensions.")