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")
|
:repo "davidmiller/thrift-mode")
|
||||||
:config (add-to-list 'auto-mode-alist '("\\.thrift\\'" . 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
|
;;; turn off branch in mode line for now
|
||||||
;(setq vc-handled-backends nil)
|
;(setq vc-handled-backends nil)
|
||||||
|
|
||||||
|
@ -347,6 +350,7 @@
|
||||||
:config
|
:config
|
||||||
(setq emms-source-file-default-directory "~/bandcamp/"
|
(setq emms-source-file-default-directory "~/bandcamp/"
|
||||||
emms-browser-covers 'emms-browser-cache-thumbnail-async
|
emms-browser-covers 'emms-browser-cache-thumbnail-async
|
||||||
|
emms-repeat-playlist t
|
||||||
scroll-up-aggressively 0.0
|
scroll-up-aggressively 0.0
|
||||||
scroll-down-aggressively 0.0
|
scroll-down-aggressively 0.0
|
||||||
emms-playlist-buffer-name "*Music*")
|
emms-playlist-buffer-name "*Music*")
|
||||||
|
|
Loading…
Reference in New Issue