File tree 5 files changed +28
-2
lines changed
5 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ Emacs と {{ site.title }} についての詳細は [こちら](./about.html)
34
34
## コンテンツ
35
35
36
36
* [ {{ site.title }} で管理しているパッケージ] ( /maintenances/ )
37
- * [ おすすめ拡張 - git-gutter.el] ( /packages/vcs/git-gutter.html )
38
- * [ おすすめ拡張 - helm-gtags.el] ( /packages/helm/helm-gtags.html )
37
+ * [ おすすめパッケージ紹介] ( /packages/ )
39
38
* helm とは
40
39
* いろいろな日本語入力環境
41
40
* Linuxでのbuild方法
Original file line number Diff line number Diff line change 2
2
layout : page
3
3
title : " helm-ag"
4
4
description : " The Silver Seacherの helmインタフェース"
5
+ package : true
6
+ category : " helm"
7
+ tags : ["helm"]
5
8
---
6
9
{% include JB/setup %}
7
10
Original file line number Diff line number Diff line change 2
2
layout : page
3
3
title : " helm-gtags"
4
4
description : " GNU Globalの helmインタフェース"
5
+ package : true
6
+ category : " helm"
7
+ tags : ["helm","tagjump"]
5
8
---
6
9
{% include JB/setup %}
7
10
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : ' パッケージ紹介'
4
+ descrition : ' package.el でinstallできるおすすめ melpa package紹介'
5
+ ---
6
+ {% include JB/setup %}
7
+
8
+ Emacs24に標準搭載されている ` package.el ` を利用してインストール可能なパッケージの中からおすすめのパッケージを紹介します。
9
+
10
+ {% for page in site.pages %}
11
+ {% if page.package %}
12
+
13
+ * [ {{ page.category }} / {{ page.title }}] ({{ page.url }})
14
+ {% for tag in page.tags %}<span class =" label label-info " >{{ tag }}</span > {% endfor %}
15
+ <br >{{ page.description }}
16
+
17
+ {% endif %}
18
+ {% endfor %}
Original file line number Diff line number Diff line change 2
2
layout : page
3
3
title : " git-gutter.el"
4
4
description : " GitGutterの Emacs版"
5
+ package : true
6
+ category : " vcs"
7
+ tags : ["vcs"]
5
8
---
6
9
{% include JB/setup %}
7
10
You can’t perform that action at this time.
0 commit comments