feat(doom-modeline): replace mood-line with doom-modeline

This commit is contained in:
Artur Manuel 2025-03-01 15:00:59 +00:00
commit 4b6be377dd
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
2 changed files with 3 additions and 3 deletions

View file

@ -26,9 +26,9 @@
(scroll-bar-mode -1) (scroll-bar-mode -1)
:hook (prog-mode . display-line-numbers-mode)) :hook (prog-mode . display-line-numbers-mode))
(use-package mood-line (use-package doom-modeline
:init :init
(mood-line-mode 1)) (doom-modeline-mode 1))
(use-package helm (use-package helm
:bind (("C-x C-f" . helm-find-files) :bind (("C-x C-f" . helm-find-files)

View file

@ -29,7 +29,7 @@
inherit inherit
(epkgs) (epkgs)
spacious-padding spacious-padding
mood-line doom-modeline
helm helm
base16-theme base16-theme
nix-mode nix-mode