add yaml mode, emms repeat
This commit is contained in:
parent
0ea4a02c7d
commit
dbf4757eb7
4
init.el
4
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*")
|
||||
|
|
Loading…
Reference in New Issue