Skip to content
Snippets Groups Projects
Commit f74325c0 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Fix linum font size

parent 9057b133
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment