Fixed a bug in Makefile hook configuration
This commit is contained in:
parent
fde883cbc0
commit
8830d8e873
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
(setq prelude-makefile-mode-hook 'prelude-makefile-mode-defaults)
|
(setq prelude-makefile-mode-hook 'prelude-makefile-mode-defaults)
|
||||||
|
|
||||||
(add-hook 'makefile-mode-hook (lambda () (run-hook 'prelude-makefile-mode-hook)))
|
(add-hook 'makefile-mode-hook (lambda () (run-hooks 'prelude-makefile-mode-hook)))
|
||||||
|
|
||||||
(provide 'prelude-c)
|
(provide 'prelude-c)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue