mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
refactor: rename doom-features to doom-system
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user