diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-27T11·42+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-01T22·32+0000 |
commit | 3abee3373c3e57273404ba1f0c197083b0ea64bc (patch) | |
tree | 843a6227f9064a6c46e77f870610aa43ca3da42f /emacs/default.nix | |
parent | 710849f3b3078f1bf4c0d939eb49fa32ba731273 (diff) |
Use doom-modeline
Cleaning up my modeline by using the beautiful doom-modeline package.
Diffstat (limited to 'emacs/default.nix')
-rw-r--r-- | emacs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/default.nix b/emacs/default.nix index 094b1c3db6a5..3daeecd07b22 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -54,6 +54,7 @@ let flycheck diminish doom-themes + doom-modeline neotree # TODO: Remove this dependency from my config. which-key ivy |