Merge pull request #87 from shosti/fix_makefile_bug
Fixed a bug in Makefile hook configuration
This commit is contained in:
commit
cda0792e8f
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