File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,13 @@ $ apt-get install haskell-mode
110
110
111
111
- Assuming you have placed the basic mode (` haskell-mode.el ` ) and the other modules
112
112
you want to use in the directory ~ /lib/emacs/haskell-mode/, you need generate the
113
- autoloads file (` haskell-site-file .el ` ) by either
113
+ autoloads file (` haskell-mode-autoloads .el ` ) by either
114
114
115
- - Invoking ` make all ` or ` make haskell-site-file .el ` , or
115
+ - Invoking ` make all ` or ` make haskell-mode-autoloads .el ` , or
116
116
117
117
- From inside Emacs, ` M-x update-directory-autoloads ` and answering the question for
118
118
the folder with ` ~/lib/emacs/haskell-mode/ ` and the question for the output-file with
119
- ` ~/lib/emacs/haskell-mode/haskell-site-file .el `
119
+ ` ~/lib/emacs/haskell-mode/haskell-mode-autoloads .el `
120
120
121
121
and then adding the following command to your init file (` ~/.emacs ` or ` ~/.emacs.d/init.el ` ):
122
122
You can’t perform that action at this time.
0 commit comments