From f74325c027cf0dbdfc9abef117ee8e50dc3c932e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Tue, 10 Nov 2020 14:37:08 +0100 Subject: [PATCH] Fix linum font size --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index d1a060c..af7a644 100644 --- a/configuration.org +++ b/configuration.org @@ -246,8 +246,8 @@ Some of my configuration entries where borrowed from other people, see ;; This is useful when I stream or do lecture where I need to increase ;; font. As linum does not change the width of the window it uses, ;; things gets messy if the line number font increases -(set-face-attribute 'linum nil :height 110) (global-linum-mode t) +(set-face-attribute 'linum nil :height 110) ;; Show matching parenthesis (show-paren-mode t) -- GitLab