Disable default face background when not using GUI
This commit is contained in:
parent
02979e087f
commit
db6f11046c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue