X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/7f1bcaabd892f49c6799fd4c06e774f5538666a0..eea8548ebf049229cfdd38d85dd39789b254309c:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7f1471d..60f5f0d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -511,7 +511,9 @@ Make N (default: 1) copies of the current line or region." "Invert the `default' face (swap its background and foreground). Effectively a very simple light/dark theme toggle switch." (interactive) - (invert-face 'default)) + (invert-face 'default) + (when (display-graphic-p) + (invert-face 'mode-line))) ;;; General key bindings