Merge branch 'main' into single-monitor

This commit is contained in:
Andrew Scott 2022-04-13 12:06:41 -04:00
commit c5edbcc268
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

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