minus-squarearensb@alien.topBtoEmacs@communick.news•It is recommended to not use lambdas in (add-hook) expressions. Is there a better way to do (setq)s for major modes without (add-hook) at all?linkfedilinkEnglisharrow-up1·1 year ago but the documentation recommends against using lambdas in add-hook calls (which makes sense). Why? I use lambdas in add-hook calls all the time, because it seems un-Lisp-ish to create a function to be called only once. linkfedilink
Why? I use lambdas in add-hook calls all the time, because it seems un-Lisp-ish to create a function to be called only once.