diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-11 21:07:25 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-11 21:07:25 -0700 |
| commit | 9d390a142092a147728a7487b58cf051db8472db (patch) | |
| tree | 9b46391a84e7730ca88e9bf8ca52981b5f036ada /elchemy-util.el | |
| parent | 7da9bfa47f4788c5996a4f3d94ff0267d4391131 (diff) | |
Add Font
Shoutout Tom7
Diffstat (limited to 'elchemy-util.el')
| -rw-r--r-- | elchemy-util.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elchemy-util.el b/elchemy-util.el index 3cde626..4613d64 100644 --- a/elchemy-util.el +++ b/elchemy-util.el @@ -37,6 +37,9 @@ (cond ((find-font (font-spec :name "Andale Mono")) (set-frame-font "Andale Mono-14"))) + (cond + ((find-font (font-spec :name "FixedrSys Light 2x")) + (set-frame-font "FixederSys Light 2x-14:antialias=none"))) (set-face-attribute 'default nil :height 140) (if (get-buffer "*Dashboard*") (switch-to-buffer "*Dashboard*")))) |
