Add new emacs/hideshow module
Brings better default code folding support to various languages, like yaml, ruby, matlab, haml and vimrc. Hideshow is still quite unsophisticated and will need the help of another package for complete code folding functionality. Perhaps origami or vimish fold. The code-folding functional in the feature/evil module will soon be replaced by that.
This commit is contained in:
parent
05d9a83ff7
commit
a2ffbe4ede
4 changed files with 93 additions and 3 deletions
|
@ -54,6 +54,7 @@
|
|||
ediff ; comparing files in Emacs
|
||||
electric ; smarter, keyword-based electric-indent
|
||||
;eshell ; a consistent, cross-platform shell (WIP)
|
||||
hideshow ; basic code-folding support
|
||||
imenu ; an imenu sidebar and searchable code index
|
||||
;term ; terminals in Emacs
|
||||
vc ; version-control and Emacs, sitting in a tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue