]> code.delx.au - dotemacs/commitdiff
yaml
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Aug 2016 09:30:32 +0000 (19:30 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Aug 2016 09:30:32 +0000 (19:30 +1000)
lisp/my-file-modes.el

index a055166eb12c9c778775166c866ad514afbb3e2e..0198d15193afe6850d3641e20e6465d754ee153e 100644 (file)
@@ -55,3 +55,4 @@
 (setq inferior-lisp-program "clisp")
 
 (require 'yaml-mode)
 (setq inferior-lisp-program "clisp")
 
 (require 'yaml-mode)
+(add-to-list 'auto-mode-alist '("\\.raml\\'" . yaml-mode))