-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I had problems:
1- browse-url-default-browser: ShellExecute failed: El sistema no puede encontrar el archivo especificado.
Solved with this code:
(setq browse-url-browser-function 'browse-url-firefox)
(setq browse-url-generic-program "\"C:/Program Files (x86)/Mozilla Firefox/firefox.exe\"")
2- Error (websocket): in callback
on-message': Wrong type argument: fixnump, nil`
I am unable to solve it.
Metadata
Metadata
Assignees
Labels
No labels