diff options
| author | Raúl Benencia <id@rbenencia.name> | 2025-11-26 08:22:38 -0800 |
|---|---|---|
| committer | Raúl Benencia <id@rbenencia.name> | 2025-11-26 08:22:51 -0800 |
| commit | 274de0260fadde0f2f83f172b9879abf76fd12eb (patch) | |
| tree | 8f5c7b925ef3200b50543568b48222b463f9f296 | |
| parent | 1c84e79d7eba87be6e7580384add396538dfd964 (diff) | |
| -rw-r--r-- | .emacs.d/rul-lisp/packages/rul-io.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-io.el b/.emacs.d/rul-lisp/packages/rul-io.el index eb2c1c7..5614295 100644 --- a/.emacs.d/rul-lisp/packages/rul-io.el +++ b/.emacs.d/rul-lisp/packages/rul-io.el @@ -14,6 +14,8 @@ ("SomaFM - Metal" . "https://somafm.com/metal.pls") ("SomaFM - Lush" . "https://somafm.com/lush130.pls") ("KCSM Jazz 91" . "http://ice5.securenetsystems.net/KCSM") - ))) + )) + (setq empv-fd-binary "fdfind") + ) (provide 'rul-io) |
