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 47f15b2 commit 916909bCopy full SHA for 916909b
solidity-mode.el
@@ -541,6 +541,7 @@ 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
+ (set (make-local-variable 'c-mode-hook) nil)
545
546
;; set imenu
547
(setq imenu-generic-expression
0 commit comments