diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 95bf76b..c3a3a77 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -1925,13 +1925,12 @@ mouse-1: Toggle Debug on Quit" (on-error (doom-modeline--debug-on-error)) (on-quit (doom-modeline--debug-on-quit)) (splitter (and (or dap edebug on-error on-quit) (doom-modeline-spc)))) - (concat - splitter - (when dap (concat dap (doom-modeline-vspc))) - (when edebug (concat edebug (doom-modeline-vspc))) - (when on-error (concat on-error (doom-modeline-vspc))) - on-quit - splitter)))) + (concat splitter + (when dap (concat dap (doom-modeline-vspc))) + (when edebug (concat edebug (doom-modeline-vspc))) + (when on-error (concat on-error (doom-modeline-vspc))) + on-quit + splitter)))) ;; diff --git a/doom-modeline.el b/doom-modeline.el index 6764a10..1eed38a 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -4,7 +4,7 @@ ;; Author: Vincent Zhang ;; Homepage: https://github.com/seagle0128/doom-modeline -;; Version: 2.3.4 +;; Version: 2.3.5 ;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0")) ;; Keywords: faces mode-line