Browse Source

add yaml mode

encrypt 8 years ago
parent
commit
4f2d4b4ac6
3 changed files with 8 additions and 2 deletions
  1. 3 0
      .gitmodules
  2. 4 2
      init.el
  3. 1 0
      lib/yaml-mode

+ 3 - 0
.gitmodules

@@ -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

+ 4 - 2
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 - 0
lib/yaml-mode

@@ -0,0 +1 @@
+Subproject commit a87ab367fe0015917a1940b5acd9a581b1631801