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.
1 parent 916909b commit eb238e3Copy full SHA for eb238e3
solidity-mode.el
@@ -541,6 +541,9 @@ Cursor must be at the function's name. Does not currently work for constructors
541
(set (make-local-variable 'comment-multi-line) t)
542
(set (make-local-variable 'comment-line-break-function)
543
'c-indent-new-comment-line)
544
+
545
+ ;; Do not run `c-mode-hook'.
546
+ ;; See https://github.com/ethereum/emacs-solidity/issues/49.
547
(set (make-local-variable 'c-mode-hook) nil)
548
549
;; set imenu
0 commit comments