1

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)))
Drew
  • 75,699
  • 9
  • 109
  • 225
Dilna
  • 1,173
  • 3
  • 10

0 Answers0