You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to remove hook functions that are lambdas because you can't do (remove-hook 'before-save-hook 'name-of-hook-function).
The text was updated successfully, but these errors were encountered:
tomjakubowski
changed the title
cmake-ide-setup before-save-hook should be a named function
Function added to before-save-hook by cmake-ide-setup should be a named function
May 19, 2016
It's hard to remove hook functions that are lambdas because you can't do
(remove-hook 'before-save-hook 'name-of-hook-function)
.The text was updated successfully, but these errors were encountered: