Show doom-modeline only on linux
This commit is contained in:
parent
a35c39f2e1
commit
eee7e5a9c8
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@
|
|||
;; doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||
;; (load-theme 'doom-one t))
|
||||
|
||||
;; (use-package doom-modeline
|
||||
;; :init (doom-modeline-mode 1)
|
||||
;; :custom (doom-modeline-height 33))
|
||||
(when (eq system-type 'gnu/linux)
|
||||
(use-package doom-modeline
|
||||
:init (doom-modeline-mode 1)
|
||||
:custom (doom-modeline-height 33)))
|
||||
|
||||
(use-package helpful
|
||||
:commands (helpful-callable helpful-variable helpful-command helpful-key)
|
||||
|
|
Loading…
Add table
Reference in a new issue