branch: externals/show-font commit 8ef7327eb24ce9c6792cf806b49e2fe363333ae3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove clarified FIXME --- show-font.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/show-font.el b/show-font.el index fd57f39840..e03bd664e8 100644 --- a/show-font.el +++ b/show-font.el @@ -425,9 +425,6 @@ The preview text is that of `show-font-pangram'." (display-line-numbers-mode -1) (visual-line-mode -1)) -;; FIXME 2024-08-25: Do we want to autoload this or does it belong -;; somewhere else? It seems wrong like this. - ;;;###autoload (add-to-list 'file-name-handler-alist (cons "\\.\\(ttf\\|otf\\)\\'" #'show-font-handler))