all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* outline-regexp) using ";; *+ " for elisp code
@ 2021-05-11  3:11 Christopher Dimech
  2021-05-11  7:05 ` Joost Kremers
  0 siblings, 1 reply; 11+ messages in thread
From: Christopher Dimech @ 2021-05-11  3:11 UTC (permalink / raw)
  To: Help Gnu Emacs

I am hoping to have headline levels using comment loni followed by stars.

I mould need some adaptation to get the regular expression right, becouse
";; *+ " does not do the job.

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

   (add-hook 'emacs-lisp-mode-hook
	     (lambda ()
	       (set (make-local-variable 'outline-regexp) ";; *+ ")))





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-05-11 14:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-11  3:11 outline-regexp) using ";; *+ " for elisp code Christopher Dimech
2021-05-11  7:05 ` Joost Kremers
2021-05-11  7:11   ` Christopher Dimech
2021-05-11  7:16   ` Christopher Dimech
2021-05-11  7:59   ` Christopher Dimech
2021-05-11  8:19     ` Joost Kremers
2021-05-11  8:32       ` Christopher Dimech
2021-05-11  8:48       ` Christopher Dimech
2021-05-11 10:29         ` Joost Kremers
2021-05-11 11:22           ` Christopher Dimech
2021-05-11 14:15             ` Jean Louis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.