Remove colors from the tty

This commit is contained in:
Scott C. MacCallum 2025-04-09 10:35:21 -04:00
parent d49ed909f0
commit 483d018855

View File

@ -21,6 +21,9 @@
;; a group that is the same as their login name, which works well if you only
;; want your user to be informed on the console.
;; Disable colors in the tty
(push '(tty-color-mode . no) default-frame-alist)
;; Disable menu bar
(menu-bar-mode -1)