mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +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,8 +1925,7 @@ mouse-1: Toggle Debug on Quit"
|
||||||
(on-error (doom-modeline--debug-on-error))
|
(on-error (doom-modeline--debug-on-error))
|
||||||
(on-quit (doom-modeline--debug-on-quit))
|
(on-quit (doom-modeline--debug-on-quit))
|
||||||
(splitter (and (or dap edebug on-error on-quit) (doom-modeline-spc))))
|
(splitter (and (or dap edebug on-error on-quit) (doom-modeline-spc))))
|
||||||
(concat
|
(concat splitter
|
||||||
splitter
|
|
||||||
(when dap (concat dap (doom-modeline-vspc)))
|
(when dap (concat dap (doom-modeline-vspc)))
|
||||||
(when edebug (concat edebug (doom-modeline-vspc)))
|
(when edebug (concat edebug (doom-modeline-vspc)))
|
||||||
(when on-error (concat on-error (doom-modeline-vspc)))
|
(when on-error (concat on-error (doom-modeline-vspc)))
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
||||||
;; Homepage: https://github.com/seagle0128/doom-modeline
|
;; 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"))
|
;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0"))
|
||||||
;; Keywords: faces mode-line
|
;; Keywords: faces mode-line
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue