Skip to content

Don't use inline lambdas for hooks #4

@yilinwei

Description

@yilinwei

In this bit of code here, you're using an inline quoted lambda for hooks.

The issue with that, is that it tends to be quite hard to introspect the hook variable with describe-variable, usually bound to C-h v, or remove the hook with remove-hook.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions