Disable default face background when not using GUI

This commit is contained in:
Evie Litherland-Smith 2024-04-02 12:01:15 +01:00
parent 02979e087f
commit db6f11046c

View file

@ -15,6 +15,9 @@
(global-display-line-numbers-mode -1)
(tool-bar-mode -1)
(when (not (display-graphic-p))
(set-face-background 'default "undefined"))
(add-hook 'prog-mode-hook #'(lambda () (display-line-numbers-mode +1)))
(use-package which-key