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

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

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


From: Christopher Dimech
Subject: outline-heading-alist for elisp using ";; * "
Date: Mon, 10 May 2021 16:21:28 +0200

I want to use ";; * " and so forth for subheadings but using the following code 
had
no effect.


 (setq hstar
         '( (";; * " . 1)
            (";; ** " . 2)
            (";; *** " . 3)
            (";; **** " . 4)
            (";; ***** " . 5)
            (";; ****** " . 6)
            (";; ******* " . 7)
            (";; ******** " . 8) ))

   ( (emacs-lisp-mode . (
                 (outline-heading-alist . hstar) )))



reply via email to

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