mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Bump version to 2.3.5.
This commit is contained in:
parent
7a29c27b55
commit
d179593c7a
2 changed files with 7 additions and 8 deletions
|
@ -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))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue