diff --git a/init.el b/init.el index 1c061da..20a69fc 100644 --- a/init.el +++ b/init.el @@ -331,6 +331,9 @@ :repo "davidmiller/thrift-mode") :config (add-to-list 'auto-mode-alist '("\\.thrift\\'" . thrift-mode))) +;; yaml +(use-package yaml-mode) + ;;; turn off branch in mode line for now ;(setq vc-handled-backends nil) @@ -347,6 +350,7 @@ :config (setq emms-source-file-default-directory "~/bandcamp/" emms-browser-covers 'emms-browser-cache-thumbnail-async + emms-repeat-playlist t scroll-up-aggressively 0.0 scroll-down-aggressively 0.0 emms-playlist-buffer-name "*Music*")