Skip to content
Snippets Groups Projects
Commit 8fa79bc5 authored by Liu Miao's avatar Liu Miao
Browse files

fix doom modeline & ignore theme confirm

parent 621e2b1c
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
;;; Modeline ;;; Modeline
(use-package doom-modeline (use-package doom-modeline
:ensure t :ensure t
:hook (after-init . doom-modeline-mode) :hook (window-setup . doom-modeline-mode)
:init :init
(unless after-init-time (unless after-init-time
(setq-default mode-line-format nil)) (setq-default mode-line-format nil))
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
(use-package doom-themes (use-package doom-themes
:ensure t :ensure t
:config :config
(load-theme 'doom-one)) (load-theme 'doom-one t t))
;;; Whichkey ;;; Whichkey
(use-package which-key (use-package which-key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment