From d179593c7a6516ed8abb5ac88d058aef4055f086 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 24 Jun 2019 14:17:12 +0800 Subject: [PATCH] Bump version to 2.3.5. --- doom-modeline-segments.el | 13 ++++++------- doom-modeline.el | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) 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