From ac52e644a86ede4a9a7d4f254e2b7b2fb20da2e1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 2 Feb 2020 03:11:44 -0500 Subject: [PATCH] Revert doom-modeline formats to defaults It's not tenable for me to maintain this package more than I have to anymore, now that I no longer use doom-modeline. Addresses #2356, #1680 --- modules/ui/modeline/config.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/ui/modeline/config.el b/modules/ui/modeline/config.el index 337074c27..1a4a7e288 100644 --- a/modules/ui/modeline/config.el +++ b/modules/ui/modeline/config.el @@ -58,19 +58,6 @@ (doom-modeline-set-project-modeline) (hide-mode-line-mode)))) - ;; Remove unused segments & extra padding - (doom-modeline-def-modeline 'main - '(bar window-number matches buffer-info remote-host buffer-position selection-info) - '(objed-state misc-info persp-name irc mu4e github debug input-method buffer-encoding lsp major-mode process vcs checker)) - - (doom-modeline-def-modeline 'special - '(bar window-number matches buffer-info-simple buffer-position selection-info) - '(objed-state misc-info persp-name debug input-method irc-buffers buffer-encoding lsp major-mode process checker)) - - (doom-modeline-def-modeline 'project - '(bar window-number buffer-default-directory) - '(misc-info mu4e github debug battery " " major-mode process)) - ;; Some functions modify the buffer, causing the modeline to show a false ;; modified state, so force them to behave. (defadvice! +modeline--inhibit-modification-hooks-a (orig-fn &rest args)