A
Size: a a a
A
ND
ДР
𝘎(
ДР
display: by this font (glyph code)
There are text properties here:
fontified nil
ДР
ND
(custom-set-faces
(backquote
(default
((t
(:family "Iosevka" :weight light :height 180))))))
ДР
ND
ND
ДР
ND
fc-list | grep Hack
ДР
ND
NA
(use-package evil
:init
(setq evil-want-keybinding nil)
(evil-mode 1))
(use-package evil-collection
:ensure t
:after evil)
(use-package magit
:ensure t)
ДР
(use-package facesоно всё с этого началось. при этой конфигурации вроде что-то сдвигается, но всё равно какой-то шрифт грязный.
:ensure nil
:defer t
:custom
(face-font-family-alternatives
'(("Monospace" "courier" "fixed")
("Consolas" "Monaco" "Roboto Mono" "PT Mono" "Terminus" "Monospace")
("Monospace Serif" "CMU Typewriter Text" "Courier 10 Pitch" "Monospace")
("Serif" "CMU Serif" "Georgia" "Cambria" "Times New Roman" "DejaVu Serif" "serif")))
:custom-face
(variable-pitch ((t (:family "JetBrains Mono" :height 110))))
(fixed-pitch ((t (:family "Hack" :height 110))))
(default ((t (:family "Fira Code Retina" :height 110)))))
SM
NA
Failed to install evil-collection-magit: Package ‘evil-collection-magit-’ is unavailable
ND