Skip to content

Commit

Permalink
Fix emms emacs find on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Sep 6, 2024
1 parent 529b22c commit 3336ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot_emacs
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,10 @@
"\\.flac$" "flac123")
(add-to-list 'emms-player-list emms-player-flac123)

;; use GNU find on OSX (brew install findutils)
(if (eq system-type 'darwin)
(setq emms-source-file-gnu-find "gfind"))

;; Use libtag exclusively for tagging
;; Requires building emms-print-metadata and it being in your path
(require 'emms-info-libtag)
Expand Down
1 change: 1 addition & 0 deletions run_once_before_install-packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ brew "exiftool"
brew "faac"
brew "fd"
brew "fdk-aac"
brew "findutils"
brew "flac123"
brew "git"
brew "global"
Expand Down

0 comments on commit 3336ab6

Please sign in to comment.