branch: externals/show-font commit ff0251d5650ba20801083d2ec87f8e65feb0aa06 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove the function that shows the font from the major mode This is the job of the file name handler. --- show-font.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/show-font.el b/show-font.el index f0e3739bdd..3a52b1465b 100644 --- a/show-font.el +++ b/show-font.el @@ -257,8 +257,7 @@ buffer." buffer-undo-list t auto-save-default nil buffer-read-only t) - (visual-line-mode -1) - (show-font--add-text)) + (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.