You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
tj 5acf1ce591 slight changes of comment section. not fully developed yet. 13 years ago
HISTORY.org README improved. 13 years ago
README.org README changed again. 13 years ago
outshine.el slight changes of comment section. not fully developed yet. 13 years ago

README.org

[Emacs] outline with outshine outshines outline

outshine.el

outshine is an extension to the Emacs (minor) mode 'outline.el'. It is based on, and a merge of, 'outline-magic.el' from Carsten Dominik and 'outxxtra.el', which is itself a modified extension of 'out-xtra.el' from Per Abrahamsen.

Use this in your .emacs:

(require 'outshine)

(add-hook 'outline-minor-mode-hook 'outshine-hook-function)

;; maybe this:

(add-hook 'outline-minor-mode-hook (lambda () (define-key outline-minor-mode-map (kbd "<tab>") 'outline-cycle)))

;; and maybe, just as an example, this too:

(add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)