nerd fonts

This commit is contained in:
Sakooooo 2023-09-05 17:14:54 +00:00
parent 2878fb12ce
commit 5a3a6caf60
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -110,9 +110,13 @@
;; Corrects (and improves) org-mode's native fontification. ;; Corrects (and improves) org-mode's native fontification.
;;(doom-themes-org-config)) ;;(doom-themes-org-config))
;; all the icons ;; nerd-fonts instead of all-the-icons
(use-package all-the-icons (use-package nerd-icons
:if (display-graphic-p)) :custom
;; "Symbols Nerd Font Mono" is the default and is recommended
;; but you can use any other Nerd Font if you want
(nerd-icons-font-family "JetBrainsMono NF")
)
;; better statusbar ;; better statusbar
(use-package doom-modeline (use-package doom-modeline
@ -195,8 +199,8 @@
(evil-global-set-key 'motion "j" 'evil-next-visual-line) (evil-global-set-key 'motion "j" 'evil-next-visual-line)
(evil-global-set-key 'motion "k" 'evil-previous-visual-line) (evil-global-set-key 'motion "k" 'evil-previous-visual-line)
(evil-set-inital-state 'messages-buffer-mode 'normal) (evil-set-initial-state 'messages-buffer-mode 'normal)
(evil-set-inital-state 'dashboard-mode 'normal)) (evil-set-initial-state 'dashboard-mode 'normal))
;; video ;; video