Skip to content

Commit

Permalink
Fix indent in Vue file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiacannondale committed Oct 11, 2021
1 parent cd3a5f4 commit 8d6687b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/80_vue-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@

(eval-after-load 'flycheck
'(my-add-eslint-to-flycheck))

(setq mmm-js-mode-enter-hook (lambda () (setq syntax-ppss-table nil)))
(setq mmm-typescript-mode-enter-hook (lambda () (setq syntax-ppss-table nil)))

0 comments on commit 8d6687b

Please sign in to comment.