emacs-smart-mode-line: 2.6 -> 2.10.1
This commit is contained in:
parent
4a95b638a8
commit
4b62d5f75c
@ -322,22 +322,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
smart-mode-line = melpaBuild rec {
|
||||
pname = "smart-mode-line";
|
||||
version = "2.6";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bruce-Connor";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "17nav2jbvbd13xzgp29x396mc617n2dh6whjk4wnyvsyv7r0s9f6";
|
||||
};
|
||||
packageRequires = [ dash rich-minority ];
|
||||
meta = {
|
||||
description = "Sexy mode-line for Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
smartparens = melpaBuild rec {
|
||||
pname = "smartparens";
|
||||
version = "20151025";
|
||||
|
Loading…
Reference in New Issue
Block a user