Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanecelis/hideshow-org
Provides org-mode like hide and show for hideshow.el
https://github.com/shanecelis/hideshow-org
Last synced: 7 days ago
JSON representation
Provides org-mode like hide and show for hideshow.el
- Host: GitHub
- URL: https://github.com/shanecelis/hideshow-org
- Owner: shanecelis
- License: gpl-2.0
- Created: 2009-03-30T23:53:33.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T08:08:10.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T00:44:24.233Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 115 KB
- Stars: 74
- Watchers: 9
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hideshow-org.el
===============hideshow-org.el provides an org-mode like interface to the
hideshow.el file.org-mode provides an elegant means of interacting with outlines
that one can toggle with the TAB key and Shift TAB.
hideshow-org.el is my attempt to bring the org-mode like hiding and
showing to code.## Download
$ git clone git://github.com/secelis/hideshow-org.git
## Installation
(add-to-list 'load-path "/path/to/hideshow-org-directory")
(require 'hideshow-org)## Keymaps
I set this as my global key.
(global-set-key "\C-ch" 'hs-org/minor-mode)
Here are the keys in the minor mode.
TAB -- execute normal TAB command, if point doesn't move, try to
toggle the visibility of the block.
-- execute normal