commit 6e56dab11937aea10c18ac6613c36ea341d50b76
parent 572ad645446ff11988aa3b6d680afd7d7b244c15
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Mon, 23 Aug 2021 08:48:24 +0300
Remove references to dash
Diffstat:
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-emacs.d/init.el b/dev-emacs.d/init.el
@@ -71,9 +71,7 @@
(mapc 'require-package
- '(;; required by solarized
- dash
- ;; utility/convenience
+ '(;; utility/convenience
flx-ido projectile
;; utility/convenience + face testing
magit smartparens htmlize
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -6,7 +6,7 @@
;; Author: Thomas Frössman <thomasf@jossystem.se>
;; URL: http://github.com/bbatsov/solarized-emacs
;; Version: 1.3.0
-;; Package-Requires: ((emacs "24.1") (dash "2.16"))
+;; Package-Requires: ((emacs "24.1"))
;; Keywords: convenience, themes, solarized
;; This program is free software; you can redistribute it and/or modify