Skip to content

Commit

Permalink
Merge pull request ethereum#37 from durantschoon/master
Browse files Browse the repository at this point in the history
Suggest actual mode map name: solidity-mode-map
  • Loading branch information
LefterisJP authored Oct 4, 2018
2 parents b12b425 + c643e1e commit 62c8495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can modify the default keybindings of the solidity mode keymap by adding
a new key combination for each command you want to change. For example

#+BEGIN_SRC lisp
(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)
#+END_SRC

** Interface with linters
Expand Down

0 comments on commit 62c8495

Please sign in to comment.