I'm using the awesome use-package and the awesome straight.el to manage packages.
I'd like to use xahk-mode. I've checked in the 'repos' directory of straight and I can see a folder named xahk-mode so I think it's locally available to straight.el.
However, when I try to execute
(use-package xahk-mode)
I get the error message:
Error (use-package): Cannot load xahk-mode
I'm using use-package and straight.el to load packages elsewhere (successfully), and I've got these in my config file:
(straight-use-package 'use-package)
(setq straight-use-package-by-default t)
The error message that I'm seeing doesn't make a whole lot of sense - is there any way to get more detailed information about what went wrong? (And/or - does anyone have any advice on what to look for / try in order to fix this?)