Compare commits

...

2 Commits

Author SHA1 Message Date
contrapunctus 0b2c730329 Use MPV for EMMS 2022-08-21 16:41:52 +05:30
contrapunctus e0e48a0f6d Set larger threshold for file size warnings 2022-08-21 16:40:19 +05:30
1 changed files with 3 additions and 3 deletions

View File

@ -225,7 +225,7 @@ NAME is the name of the process and its buffer."
buffer-file-coding-system 'utf-8
inhibit-startup-screen t
save-interprogram-paste-before-kill t
large-file-warning-threshold (* 20 1000 1000))
large-file-warning-threshold (* 50 1000 1000))
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
@ -2714,8 +2714,8 @@ An example of querying the Chronometrist file data - finding out how much time I
(emms-all emms emms-play-dired emms-add-dired)
:config
(emms-all)
(emms-default-players)
(setq emms-player-mpv-parameters #'my-emms-mpv-parameters
(setq emms-player-list '(emms-player-mpv)
emms-player-mpv-parameters #'my-emms-mpv-parameters
emms-info-tinytag-python-name "python3")
;; ;; This won't work for `emms-random', because it runs in a `save-excursion'
;; (add-to-list 'emms-playlist-selection-changed-hook 'emms-playlist-mode-center-current)