You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(dired-rainbow-define media "#de751f" ("mp3""mp4""MP3""MP4"))
works but it'd be better, less verbose, to not need to define all extensions twice in both cases. I've not seen people differentiate files based on extension case so we want dired-rainbow-define to handle its EXTENSIONS parameter case-insensitive when it's a list.
The text was updated successfully, but these errors were encountered:
works but it'd be better, less verbose, to not need to define all extensions twice in both cases. I've not seen people differentiate files based on extension case so we want
dired-rainbow-define
to handle itsEXTENSIONS
parameter case-insensitive when it's a list.The text was updated successfully, but these errors were encountered: