Refactor :electric setting
This commit is contained in:
parent
a841b3ce99
commit
afc5b622bb
8 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
(add-hook 'typescript-mode-hook 'rainbow-delimiters-mode)
|
||||
:config
|
||||
(@set :company-backend 'typescript-mode '(company-tide))
|
||||
(@set :electric 'typescript-mode :chars ?\} ?\) :words "||" "&&")
|
||||
(@set :electric 'typescript-mode :chars '(?\} ?\)) :words '("||" "&&"))
|
||||
|
||||
;; TODO emr definitions for:
|
||||
;; + tide-jump-back
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue