lang/typescript: comment out :emr setting
This commit is contained in:
parent
5b884d11b8
commit
f3f70aee88
1 changed files with 9 additions and 9 deletions
|
@ -8,15 +8,15 @@
|
|||
(set! :company-backend 'typescript-mode '(company-tide))
|
||||
(set! :electric 'typescript-mode :chars '(?\} ?\)) :words '("||" "&&"))
|
||||
|
||||
;; TODO emr definitions for:
|
||||
;; + tide-jump-back
|
||||
;; + (tide-jump-to-definition t)
|
||||
(set! :emr 'typescript-mode
|
||||
'(tide-find-references "find usages")
|
||||
'(tide-rename-symbol "rename symbol")
|
||||
'(tide-jump-to-definition "jump to definition")
|
||||
'(tide-documentation-at-point "current type documentation")
|
||||
'(tide-restart-server "restart tide server"))
|
||||
;; TODO tide-jump-back
|
||||
;; TODO (tide-jump-to-definition t)
|
||||
;; TODO convert into keybinds
|
||||
;; (set! :emr 'typescript-mode
|
||||
;; '(tide-find-references "find usages")
|
||||
;; '(tide-rename-symbol "rename symbol")
|
||||
;; '(tide-jump-to-definition "jump to definition")
|
||||
;; '(tide-documentation-at-point "current type documentation")
|
||||
;; '(tide-restart-server "restart tide server"))
|
||||
|
||||
(defun +typescript|tide-setup ()
|
||||
(when (or (eq major-mode 'typescript-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue