add yaml mode
This commit is contained in:
parent
75e0076eb3
commit
4f2d4b4ac6
3 changed files with 8 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
|||
[submodule "lib/dockerfile-mode"]
|
||||
path = lib/dockerfile-mode
|
||||
url = https://github.com/spotify/dockerfile-mode
|
||||
[submodule "lib/yaml-mode"]
|
||||
path = lib/yaml-mode
|
||||
url = https://github.com/yoshiki/yaml-mode
|
||||
|
|
6
init.el
6
init.el
|
@ -22,7 +22,8 @@
|
|||
"markdown-mode"
|
||||
"linum-plus"
|
||||
"go-mode"
|
||||
"emacs-fish"))
|
||||
"emacs-fish"
|
||||
"yaml-mode"))
|
||||
(add-to-list 'load-path (concat dotfiles-lib-dir path)))
|
||||
|
||||
;; Require libs
|
||||
|
@ -30,7 +31,8 @@
|
|||
'linum+
|
||||
'go-mode
|
||||
'markdown-mode
|
||||
'fish-mode))
|
||||
'fish-mode
|
||||
'yaml-mode))
|
||||
(require lib))
|
||||
|
||||
(global-linum-mode 1)
|
||||
|
|
1
lib/yaml-mode
Submodule
1
lib/yaml-mode
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a87ab367fe0015917a1940b5acd9a581b1631801
|
Loading…
Reference in a new issue