We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b58708d + 47aaf2c commit c37ae5fCopy full SHA for c37ae5f
nginx-mode.el
@@ -184,8 +184,7 @@ The variable nginx-indent-level controls the amount of indentation.
184
(set (make-local-variable 'paragraph-separate) "\\([ \f]*\\|#\\)$")
185
186
(set (make-local-variable 'font-lock-defaults)
187
- '(nginx-font-lock-keywords nil))
188
- (run-hooks 'nginx-mode-hook))
+ '(nginx-font-lock-keywords nil)))
189
190
;;;###autoload
191
(add-to-list 'auto-mode-alist '("nginx\\.conf\\'" . nginx-mode))
0 commit comments