Reduce font size

This commit is contained in:
Andrew Scott 2022-04-13 12:05:49 -04:00
parent 76cd9a5e34
commit 51230bd24f
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -11,7 +11,7 @@
(setq visible-bell t) (setq visible-bell t)
; Font ; Font
(set-face-attribute 'default nil :font "Hack" :height 120) (set-face-attribute 'default nil :font "Hack" :height 110)
;; Make ESC quit prompts ;; Make ESC quit prompts
(global-set-key (kbd "<escape>") 'keyboard-escape-quit) (global-set-key (kbd "<escape>") 'keyboard-escape-quit)