diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-04-28 20:53:14 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:39:37 -0600 |
commit | 123861fb2d2755e53dace41307c48e86492229b5 (patch) | |
tree | 549f2bcff42cbc59adbb960a91e135f4a590e464 | |
parent | 4c1264b2529043b0384e4f0f3bf1f8aca83cfe44 (diff) |
emacs: change font
-rw-r--r-- | emacs/.emacs.d/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/custom.el b/emacs/.emacs.d/custom.el index 1f9facc..83d204c 100644 --- a/emacs/.emacs.d/custom.el +++ b/emacs/.emacs.d/custom.el @@ -16,7 +16,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:family "Iosevka Term Slab" :foundry "CYEL" :slant normal :weight light :height 128 :width normal)))) + '(default ((t (:family "Iosevka" :foundry "CYEL" :slant normal :weight light :height 128 :width normal)))) '(hl-line ((t (:background "gray8")))) '(line-number ((t (:inherit (shadow default) :background "gray16")))) '(line-number-current-line ((t (:inherit line-number :background "gray20" :foreground "dark orange" :slant italic))))) |