Only enable fira-code-mode when in window mode
This commit is contained in:
parent
912d84d889
commit
9b6942c62f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
fira-code-mode = {
|
||||
enable = true;
|
||||
config = "(global-fira-code-mode)";
|
||||
config = "(when window-system (global-fira-code-mode))";
|
||||
};
|
||||
flycheck = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue