~ruther/emacs.d

2c60dd7d19f7327a0f04282ad00c375d0fab1a65 — Rutherther 9 months ago 434fcb2
feat: use Hack font
1 files changed, 5 insertions(+), 0 deletions(-)

M early-init.el
M early-init.el => early-init.el +5 -0
@@ 56,6 56,11 @@
;; Font rendering performance
(setq-default font-lock-support-mode 'jit-lock-mode)
(setq-default font-lock-multiline t)
(customize-set-variable
 'default-frame-alist
 '((font . "Hack")
   (background-color . "#282828")
   (foreground-color . "#ebdbb2")))

(when (fboundp 'startup-redirect-eln-cache)
  (startup-redirect-eln-cache

Do not follow this link