Move :tools macos to :os macos

This commit is contained in:
Henrik Lissner
2020-08-20 02:10:25 -04:00
parent 7081d833f6
commit f4ec42ae5c
8 changed files with 117 additions and 51 deletions

View File

@@ -39,7 +39,8 @@ run before `doom-init-modules-hook'. Relevant to `doom-module-init-file'.")
(vterm (:term vterm))
(password-store (:tools pass))
(flycheck (:checkers syntax))
(flyspell (:checkers spell)))
(flyspell (:checkers spell))
(macos (:os macos)))
(:emacs (electric-indent (:emacs electric))
(hideshow (:editor fold))
(eshell (:term eshell))