Bump version to 2.3.5.

This commit is contained in:
Vincent Zhang 2019-06-24 14:17:12 +08:00
parent 7a29c27b55
commit d179593c7a
2 changed files with 7 additions and 8 deletions

View file

@ -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))))
;;

View file

@ -4,7 +4,7 @@
;; Author: Vincent Zhang <seagle0128@gmail.com>
;; 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