Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
02c6c457f0 | ||
![]() |
3a54ea37b9 |
@ -1,5 +1,5 @@
|
|||||||
# mood-line
|
# mood-line
|
||||||
### Version 1.0.0
|
### Version 1.0.1
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
19
mood-line.el
19
mood-line.el
@ -3,7 +3,7 @@
|
|||||||
;; Author: Jessie Hildebrandt <jessieh.net>
|
;; Author: Jessie Hildebrandt <jessieh.net>
|
||||||
;; Homepage: https://gitlab.com/jessieh/mood-line
|
;; Homepage: https://gitlab.com/jessieh/mood-line
|
||||||
;; Keywords: mode-line faces
|
;; Keywords: mode-line faces
|
||||||
;; Version: 1.0.0
|
;; Version: 1.0.1
|
||||||
;; Package-Requires: ((emacs "24.4"))
|
;; Package-Requires: ((emacs "24.4"))
|
||||||
|
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
@ -42,6 +42,23 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
;;
|
||||||
|
;; Variable declarations
|
||||||
|
;;
|
||||||
|
|
||||||
|
(defvar mood-line--current-window)
|
||||||
|
(defvar flycheck-current-errors)
|
||||||
|
(defvar anzu--state)
|
||||||
|
(defvar multiple-cursors-mode)
|
||||||
|
|
||||||
|
;;
|
||||||
|
;; Function prototypes
|
||||||
|
;;
|
||||||
|
|
||||||
|
(declare-function flycheck-count-errors "flycheck" (errors))
|
||||||
|
(declare-function anzu--update-mode-line "anzu" ())
|
||||||
|
(declare-function mc/num-cursors "multiple-cursors" ())
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Config
|
;; Config
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user