vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Set outline-regexp in emacs-lisp-mode #296

Closed tarsius closed 6 years ago

tarsius commented 6 years ago

By default outline-minor-mode treats comments that begin with three or more semicolons as headings. Adjust outline-regexp to also recognize the non-standard headers that are being used in some of the libraries. And do not use three semicolons for non-heading comments.

Or you could just stop using ^L;; Heading. Also there might be other non-heading comments that begin with three semicolons in files I didn't look at. And you might want to try out outline-minor-mode.

vermiculus commented 6 years ago

I'll remove all the ^L headings shortly. Recently I've been finding I don't use them as much as I used to; these days I know where all the functions are that I usually need and I can get there with imenu.

Tangentially, are there any 'accessories' to outline-minor-mode that you'd recommend? I've tried to use it in the past, but the default C-c @ keymap binding is just too inconvenient.

vermiculus commented 6 years ago

Thanks!

tarsius commented 6 years ago

Tangentially, are there any 'accessories' to outline-minor-mode that you'd recommend?

I am working on one to replace outline-magic, which you could use until that is done.