Reduce font size
This commit is contained in:
parent
34aa8a8603
commit
c4733ea114
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -59,11 +59,11 @@
|
||||||
(setq c-default-style "linux")
|
(setq c-default-style "linux")
|
||||||
|
|
||||||
(let ((my-font "Iosevka")
|
(let ((my-font "Iosevka")
|
||||||
(my-height 110))
|
(my-height 90))
|
||||||
(set-face-attribute 'default nil :family my-font :height my-height)
|
(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 '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 ()
|
(defun unfill-paragraph ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue