diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-03-19 10:51:20 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-03-19 10:51:20 +0300 |
commit | 80bdf22e9f97bdbb6d5a720dcc705fb55f3bc299 (patch) | |
tree | 92c18febe273f94d488a17d9bfdeeade4f3aaaef /modules/common/emacs/default.nix | |
parent | 2024-03-17 (diff) |
2024-03-19
Diffstat (limited to '')
-rw-r--r-- | modules/common/emacs/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/common/emacs/default.nix b/modules/common/emacs/default.nix index 6c5ee1e..17183fc 100644 --- a/modules/common/emacs/default.nix +++ b/modules/common/emacs/default.nix @@ -172,9 +172,7 @@ in { (appendq! auth-sources '(("${config.secrets.authinfo.path}"))) - (setq doom-font (font-spec - :family "${config.stylix.fonts.monospace.name}" - :size 16) + (setq doom-font (font-spec :size 16) doom-unicode-font doom-font) ;; :input japanese |