Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gopar committed Dec 19, 2015
1 parent b5181fb commit d6f3059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rand-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Daniel Gopar
;; Created: Tue Oct 20 22:21:57 2015 (-0700)
;; Version: 0.1
;; Package-Requires: ((cl "2.02"))
;; Package-Requires: ((cl-lib "0.5"))
;; URL: https://github.com/gopar/rand-theme
;; Keywords:
;; Compatibility:
Expand Down Expand Up @@ -40,7 +40,7 @@
;;
;;; Code:

(require 'cl)
(require 'cl-lib)

(defcustom rand-theme-unwanted nil
"List of themes that you *don't* want to randomly select."
Expand Down

0 comments on commit d6f3059

Please sign in to comment.