branch: externals/show-font commit b572bacf0cf8ff5323ce444764f79600fe194302 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the major mode disable line numbers locally --- show-font.el | 1 + 1 file changed, 1 insertion(+) diff --git a/show-font.el b/show-font.el index 9862b55d10..5f9a31f4dc 100644 --- a/show-font.el +++ b/show-font.el @@ -284,6 +284,7 @@ buffer." buffer-undo-list t auto-save-default nil buffer-read-only t) + (display-line-numbers-mode -1) (visual-line-mode -1)) ;; FIXME 2024-08-25: Do we want to autoload this or does it belong