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
Hi @TK-Dev-Hub ! Could you try these steps and see if the problem persists? That will tell us if it's a problem in Symex or a problem elsewhere in your config and would give us a starting point for debugging.
After the installation of your package via Options -> Manage Emacs Package
and the initialization as mentioned there is the following error message:
Error (use-package): symex/:catch: Eager macro-expansion failure: (wrong-type-argument stringp ("/Users/tobias/[EMACS-TK]/LOADPATH/"))
In my init:
(use-package symex
:config
(symex-initialize)
(global-set-key (kbd "C-u 1 s") 'symex-mode-interface))
The text was updated successfully, but these errors were encountered: