Add VueJS mode
This commit is contained in:
parent
1b0973e316
commit
55e481e698
8 changed files with 32 additions and 0 deletions
|
|
@ -57,3 +57,8 @@
|
|||
; (add-to-list 'flymake-allowed-file-name-masks
|
||||
; '("\\.py\\'" flymake-pyflakes-init)))
|
||||
;(add-hook 'find-file-hook 'flymake-find-file-hook)
|
||||
|
||||
;; mmm-mode
|
||||
(add-hook 'mmm-mode-hook
|
||||
(lambda ()
|
||||
(set-face-background 'mmm-default-submode-face nil)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue