diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2022-04-25 19:34:18 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2022-04-25 19:34:18 -0500 |
commit | 2e930ac6d66c89373e3c75300c909e5557ac68e4 (patch) | |
tree | c74415d92a39e993801e271f7ff591666ac882b3 /emacs/.emacs.d/custom.el | |
parent | 7a5cb445ff53ca42706ed8cc66b47d8797035038 (diff) |
emacs: set font
Diffstat (limited to 'emacs/.emacs.d/custom.el')
-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 8d7936d..c5b8b08 100644 --- a/emacs/.emacs.d/custom.el +++ b/emacs/.emacs.d/custom.el @@ -50,4 +50,4 @@ ;; 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" :foundry "UKWN" :slant normal :weight light :height 120 :width normal))))) |