Add VueJS mode
This commit is contained in:
parent
1b0973e316
commit
55e481e698
21
.gitmodules
vendored
21
.gitmodules
vendored
@ -1,3 +1,24 @@
|
|||||||
[submodule "stuff/go-mode.el"]
|
[submodule "stuff/go-mode.el"]
|
||||||
path = stuff/go.el
|
path = stuff/go.el
|
||||||
url = https://github.com/dominikh/go-mode.el.git
|
url = https://github.com/dominikh/go-mode.el.git
|
||||||
|
[submodule "stuff/dockerfile-mode"]
|
||||||
|
path = stuff/dockerfile-mode
|
||||||
|
url = https://github.com/spotify/dockerfile-mode
|
||||||
|
[submodule "stuff/vue-mode"]
|
||||||
|
path = stuff/vue-mode
|
||||||
|
url = https://github.com/AdamNiederer/vue-mode.git
|
||||||
|
[submodule "stuff/mmm-mode"]
|
||||||
|
path = stuff/mmm-mode
|
||||||
|
url = https://github.com/purcell/mmm-mode.git
|
||||||
|
[submodule "stuff/vue-html-mode"]
|
||||||
|
path = stuff/vue-html-mode
|
||||||
|
url = https://github.com/AdamNiederer/vue-html-mode.git
|
||||||
|
[submodule "stuff/sass-mode"]
|
||||||
|
path = stuff/sass-mode
|
||||||
|
url = https://github.com/nex3/sass-mode
|
||||||
|
[submodule "stuff/ssass-mode"]
|
||||||
|
path = stuff/ssass-mode
|
||||||
|
url = https://github.com/AdamNiederer/ssass-mode.git
|
||||||
|
[submodule "stuff/edit-indirect"]
|
||||||
|
path = stuff/edit-indirect
|
||||||
|
url = https://github.com/Fanael/edit-indirect.git
|
||||||
|
@ -57,3 +57,8 @@
|
|||||||
; (add-to-list 'flymake-allowed-file-name-masks
|
; (add-to-list 'flymake-allowed-file-name-masks
|
||||||
; '("\\.py\\'" flymake-pyflakes-init)))
|
; '("\\.py\\'" flymake-pyflakes-init)))
|
||||||
;(add-hook 'find-file-hook 'flymake-find-file-hook)
|
;(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)))
|
||||||
|
1
init.el
1
init.el
@ -42,6 +42,7 @@
|
|||||||
(require 'my-layout)
|
(require 'my-layout)
|
||||||
(require 'my-lisp-mode)
|
(require 'my-lisp-mode)
|
||||||
(require 'my-python-mode)
|
(require 'my-python-mode)
|
||||||
|
(require 'vue-mode)
|
||||||
|
|
||||||
;; load my configuration files
|
;; load my configuration files
|
||||||
(toc:load-config-file '("key-binding"
|
(toc:load-config-file '("key-binding"
|
||||||
|
1
stuff/edit-indirect
Submodule
1
stuff/edit-indirect
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit de645d8144e8a08f039a9c88185121ec81d957ef
|
1
stuff/mmm-mode
Submodule
1
stuff/mmm-mode
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ff0b214f27d5dddeb856acb4216e77a864dcc0b2
|
1
stuff/ssass-mode
Submodule
1
stuff/ssass-mode
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c2c610abd85fecd171466bf5a9a4943bd62ffda5
|
1
stuff/vue-html-mode
Submodule
1
stuff/vue-html-mode
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1514939804bad558584feeb6298b38d22eadf64e
|
1
stuff/vue-mode
Submodule
1
stuff/vue-mode
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 031edd1f97db6e7d8d6c295c0e6d58dd128b9e71
|
Loading…
Reference in New Issue
Block a user