Faces are broken. Very broken. Pretend they don't exist

This commit is contained in:
MitchMarq42 2022-11-19 17:13:25 -09:00
parent ba569e81fb
commit 0e13705081

View File

@ -80,13 +80,13 @@ Made solely to reduce lines in the init-file."
declarations for color schemes." declarations for color schemes."
(tooltip-mode -1) (tooltip-mode -1)
(menu-bar-mode -1) (menu-bar-mode -1)
(set-face-attribute 'fixed-pitch nil ;; (set-face-attribute 'fixed-pitch nil
:family "MesloLGS NF") ;; :family "MesloLGS NF")
(set-face-attribute 'default nil ;; (set-face-attribute 'default nil
:family "MesloLGS NF") ;; :family "MesloLGS NF")
(set-face-attribute 'variable-pitch nil ;; (set-face-attribute 'variable-pitch nil
:inherit 'default ;; :inherit 'default
:family "Sans Serif") ;; :family "Sans Serif")
(setq window-divider-default-places t) (setq window-divider-default-places t)
(setq right-divider-width 5) (setq right-divider-width 5)
(setq ring-bell-function 'ignore) (setq ring-bell-function 'ignore)