Enhance and prettify font

This commit is contained in:
coolneng 2021-01-19 01:44:10 +01:00
parent b626dce91e
commit d151287226
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

4
+ui.el
View File

@ -1,7 +1,7 @@
;;; ~/.doom.d/+ui.el -*- lexical-binding: t; -*-
;; Appearance settings
;; Set Font and theme
(setq doom-font (font-spec :family "Iosevka Fixed Medium" :size 24)
(setq doom-font (font-spec :family "Iosevka Medium" :size 26)
doom-theme 'doom-nord)
;; Display Magit status in fullscreen
(after! magit
@ -25,7 +25,7 @@
lsp-modeline-code-actions-enable nil))
;; Shrink minibuffer
(after! ivy
(setq ivy-height 12))
(setq ivy-height 10))
;; Eliminate gaps between windows
(after! frame
(remove-hook 'doom-init-ui-hook #'window-divider-mode))