mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 01:50:28 +01:00
Fix package
- Add dependency header - Load cl-lib explicitly for using its function
This commit is contained in:
parent
dcc52b951e
commit
453e725331
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
;; Keywords: multimedia
|
;; Keywords: multimedia
|
||||||
;; Version: 0.1.0
|
;; Version: 0.1.0
|
||||||
;; URL: http://ryuslash.org/projects/mode-icons.html
|
;; URL: http://ryuslash.org/projects/mode-icons.html
|
||||||
|
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
;; it under the terms of the GNU General Public License as published by
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -51,6 +52,9 @@
|
||||||
;; (mode-icons-mode)
|
;; (mode-icons-mode)
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(require 'cl-lib)
|
||||||
|
|
||||||
(defgroup mode-icons nil
|
(defgroup mode-icons nil
|
||||||
"Provide icons for major modes."
|
"Provide icons for major modes."
|
||||||
:group 'editing-basics
|
:group 'editing-basics
|
||||||
|
|
Loading…
Reference in a new issue