Emacs的sr-speedbar中使能Go-mode

sr-speedbar使用了speedbar的文件检索功能,但是Emacs24自带的speedbar不支持go文件预览,下面是在speedbar中使能go-mode的一种方法:

1,按F10启动菜单栏

2,Options -> Customize Emacs -> Specific Option

3,输入要修改的变量speedbar-supported-extension-expressions

4,可以看到speedbar支持的文件类型:

Emacs的sr-speedbar中使能Go-mode

5,点击最下面的INS按钮,加入.go扩展名。

6,点击“Apply And Save”按钮,保存。

上一篇:Liferay7 BPM门户开发之15: Liferay开发体系简介


下一篇:[Java 缓存] Java Cache之 Guava Cache的简单应用.