auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Hide a section/chapter with latex-fold-mode


From: Marcus Frings
Subject: Re: [AUCTeX] Hide a section/chapter with latex-fold-mode
Date: Sun, 06 Jan 2013 18:28:40 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

* Mandar Mitra <address@hidden> wrote:

> How about something like the following?
> (add-hook 'LaTeX-mode-hook
>           '(lambda ()
>              (outline-minor-mode 1)
>              (define-context-key outline-minor-mode-map
>                (kbd "TAB") (when (th-outline-context-p) 'org-cycle))))

Cool, works perfectly! :-) Thanks a lot!

Best regards,
Marcus
-- 
Bender: "Ahhh, what an awful dream. Ones and zeroes everywhere... and I thought
         I saw a two."




reply via email to

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