refactor: rename doom-features to doom-system

This commit is contained in:
Henrik Lissner
2024-10-25 21:01:26 -04:00
parent 25201a40f3
commit db76813c26
2 changed files with 7 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
;; than the current OSes preference
doom-modeline-buffer-encoding 'nondefault
doom-modeline-default-eol-type
(pcase doom-system ('macos 2) ('windows 1) (_ 0)))
(pcase (car doom-system) ('macos 2) ('windows 1) (_ 0)))
:config
;; Fix an issue where these two variables aren't defined in TTY Emacs on MacOS