volrath / treepy.el

Generic tree traversing tools for Emacs Lisp
GNU General Public License v3.0
55 stars 14 forks source link

Use defun indentation type for treepy--context-assoc #15

Closed tarsius closed 1 month ago

tarsius commented 4 months ago

This helps avoiding long lines and looks better even in cases were the line length isn't a problem. An alternative that could be used to only deal with the long-line cases would be to place the first argument on a separate line, but that would waste vertical space, look odd, and would needlessly cause different uses of this function to look different.

tarsius commented 1 month ago

Friendly ping :smile:

tarsius commented 1 month ago

Cheers :heart: