fixed a stupid typo so erlang-mode customizations actually work

This commit is contained in:
2012-02-27 10:44:03 +00:00
parent 19f81010e5
commit 19ad03f151

View File

@@ -8,7 +8,7 @@
(require 'erlang-start)
(require 'erlang-flymake)
(add-hook 'erland-mode-hook
(add-hook 'erlang-mode-hook
(lambda ()
(flyspell-prog-mode)
(linum-mode t)