emacs.d/init.el: Enable yaml-mode
1 files changed, 1 insertions(+), 1 deletions(-)

M emacs.d/init.el
M emacs.d/init.el +1 -1
@@ 8,7 8,7 @@ 
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  '(package-selected-packages
-   '(elpher lua-mode paredit atom-one-dark-theme exec-path-from-shell cider)))
+   '(yaml-mode elpher lua-mode paredit atom-one-dark-theme exec-path-from-shell cider)))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.