I want to call load-theme within a function. Whilst it is supposed to give an interactive input using completing-read, just calling load-theme gives an error and the interactive input is not activated. What can I do to get the interactive equivalent behaviour ?
(pcase actm
("load-theme" (load-theme))
("customize-themes" (customize-themes)))