-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bef5f92
commit ed7ed65
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
;; Author: Vincent Zhang <[email protected]> | ||
;; Homepage: https://github.com/seagle0128/doom-modeline | ||
;; Version: 2.9.0 | ||
;; 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 "2.2.0") (shrink-path "0.2.0") (dash "2.11.0")) | ||
;; Keywords: faces mode-line | ||
|
||
;; This file is not part of GNU Emacs. | ||
|
@@ -137,6 +137,7 @@ | |
'(bar window-number matches git-timemachine buffer-position word-count parrot selection-info) | ||
'(misc-info minor-modes indent-info buffer-encoding major-mode)) | ||
|
||
|
||
;; | ||
;; Interfaces | ||
;; | ||
|