emacs-highlight-indentation: 0.7.0 -> 0.7.0
This commit is contained in:
parent
3f9e3563ff
commit
b6e46a7d5a
@ -284,30 +284,6 @@ let
|
|||||||
inherit (external.rtags) meta;
|
inherit (external.rtags) meta;
|
||||||
};
|
};
|
||||||
|
|
||||||
highlight-indentation = melpaBuild rec {
|
|
||||||
pname = "highlight-indentation";
|
|
||||||
version = "0.7.0";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "antonj";
|
|
||||||
repo = "Highlight-Indentation-for-Emacs";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "00l54k75qk24a0znzl4ij3s3nrnr2wy9ha3za8apphzlm98m907k";
|
|
||||||
};
|
|
||||||
meta = {
|
|
||||||
description = "Minor modes to highlight indentation guides in emacs";
|
|
||||||
longDescription = ''
|
|
||||||
Provides two minor modes highlight-indentation-mode and
|
|
||||||
highlight-indentation-current-column-mode
|
|
||||||
|
|
||||||
- highlight-indentation-mode displays guidelines indentation
|
|
||||||
(space indentation only).
|
|
||||||
- highlight-indentation-current-column-mode displays guidelines for the
|
|
||||||
current-point indentation (space indentation only).
|
|
||||||
'';
|
|
||||||
license = gpl2Plus;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
hydra = melpaBuild rec {
|
hydra = melpaBuild rec {
|
||||||
pname = "hydra";
|
pname = "hydra";
|
||||||
version = "0.13.3";
|
version = "0.13.3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user