dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit 76d6da531e9d49b0ff9499862d5c41e214f81efa
parent 2bda0e1718bee1b85df0682316633cf60a7b69a1
Author: mokou <mokou@posteo.de>
Date:   Tue,  6 Oct 2020 10:18:28 +0200

Set font back to Iosevka

Diffstat:
Mdot_config/alacritty/alacritty.yml | 4++--
Mdot_doom.d/config.el | 2+-
Mdot_doom.d/init.el | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dot_config/alacritty/alacritty.yml b/dot_config/alacritty/alacritty.yml @@ -88,7 +88,7 @@ font: # - (macOS) Menlo # - (Linux) monospace # - (Windows) Consolas - family: Cozette + family: Iosevka # The `style` can be specified to pick a specific face. #style: Regular @@ -99,7 +99,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Cozette + family: Iosevka # The `style` can be specified to pick a specific face. #style: Bold diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el @@ -21,7 +21,7 @@ ;; Maximize the window upon startup (add-to-list 'default-frame-alist '(fullscreen . maximized)) -(setq doom-font (font-spec :family "Cozette" :size 11)) +(setq doom-font (font-spec :family "Iosevka" :size 15)) (when (memq window-system '(mac ns x)) (exec-path-from-shell-initialize)) diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el @@ -54,7 +54,7 @@ ;;objed ;;parinfer rotate-text - ;;snippets + snippets ;;word-wrap :emacs