Skip to content

Commit

Permalink
Merge pull request doomemacs#1353 from ericsolomon/js_mod_fix
Browse files Browse the repository at this point in the history
Correct Javascript module tide format mapping
  • Loading branch information
Henrik Lissner authored Apr 23, 2019
2 parents db7a37d + 040cd18 commit 0e8eee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lang/javascript/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
(map! :localleader
:map tide-mode-map
"R" #'tide-restart-server
"f" #'tide-reformat
"f" #'tide-format
"rs" #'tide-rename-symbol
"roi" #'tide-organize-imports))

Expand Down

0 comments on commit 0e8eee3

Please sign in to comment.