diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-06T10·11+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-06T10·11+0100 |
commit | 7d9cfdbc41c664054963184487907032932c870a (patch) | |
tree | d49d7b0e939455e9baf62359732eaac3a6ac9886 /emacs/default.nix | |
parent | eb1af216cf6442138e46448c0f503276aba4d55f (diff) |
Prefer telephone-line to doom-modeline
After growing frustrated with doom-modeline's compatibility with my EXWM setup, I decided to borrow @tazjin's setup, which I find to be much more appealing.
Diffstat (limited to 'emacs/default.nix')
-rw-r--r-- | emacs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/default.nix b/emacs/default.nix index 293c7d4da4e9..0003777eda5a 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -47,7 +47,7 @@ let flycheck diminish doom-themes - doom-modeline + telephone-line neotree # TODO: Remove this dependency from my config. which-key ivy |