help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: outline-heading-alist for elisp using ";; * "


From: Jeremie Juste
Subject: Re: outline-heading-alist for elisp using ";; * "
Date: Tue, 11 May 2021 22:54:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hello,

On Monday, 10 May 2021 at 16:21, Christopher Dimech wrote:
> I want to use ";; * " and so forth for subheadings but using the following 
> code had
> no effect.
For me the following works out of the box.

I install outshine-mode from melpa and in my init file I have

;; * outshine-mode folding
(eval-after-load "outshine-mode"
  (progn (require 'outshine)
         (define-key outshine-mode-map (kbd "M-I") 'outshine-imenu)
         (define-key outshine-mode-map (kbd "<backtab>") 
'outshine-cycle-buffer)))

(add-hook 'emacs-lisp-mode-hook 'outshine-mode)


Hope this helps,
Jeremie





reply via email to

[Prev in Thread] Current Thread [Next in Thread]