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 b12b425 commit c643e1eCopy full SHA for c643e1e
README.org
@@ -44,7 +44,7 @@ You can modify the default keybindings of the solidity mode keymap by adding
44
a new key combination for each command you want to change. For example
45
46
#+BEGIN_SRC lisp
47
-(define-key map (kbd "C-c C-g") 'solidity-estimate-gas-at-point)
+(define-key solidity-mode-map (kbd "C-c C-g") 'solidity-estimate-gas-at-point)
48
#+END_SRC
49
50
** Interface with linters
0 commit comments