Reduce font size

This commit is contained in:
Dimitri Lozeve 2021-07-14 10:59:29 +02:00
parent 34aa8a8603
commit c4733ea114

View file

@ -59,11 +59,11 @@
(setq c-default-style "linux")
(let ((my-font "Iosevka")
(my-height 110))
(my-height 90))
(set-face-attribute 'default nil :family my-font :height my-height)
(set-face-attribute 'fixed-pitch nil :family my-font :height my-height))
(set-face-attribute 'variable-pitch nil :family "Linux Libertine O" :height 130)
(set-face-attribute 'variable-pitch nil :family "Linux Libertine O" :height 100)
(defun unfill-paragraph ()
(interactive)