SystemCrafters / crafted-emacs

A sensible base Emacs configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(style) Make named functions for hook lambdas

japhir opened this issue · comments

the style guide says to not use lambdas for hooks
https://github.com/bbatsov/emacs-lisp-style-guide#functions

I see lambda hooks in crafted-writing-config and in crafted-org-config.

Closing this as it should be resolved now.