mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Make yaml files actually open with yaml-mode
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-programming)
|
||||
|
||||
(siren-require-package 'yaml-mode)
|
||||
|
||||
(require 'siren-programming)
|
||||
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.yaml\\'" . yaml-mode))
|
||||
|
||||
(defun siren-yaml-mode-defaults ()
|
||||
(siren-prog-mode-defaults)
|
||||
|
||||
Reference in New Issue
Block a user