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
If I place Customize variable in a separate file using (load "~/.config/emacs/custom.el") than upon startup jabber is unavailable in the menu despite having (require 'jabber) in init.el
If I open corresponding Customize group tha account list is empty although variables are set properly in custom.el
Copy-pasting account name & password from custom.el to Customize form and pressing "Apply and save" makes Jabber appear in the menu and makes it usable.
Other packages doesn't have any problems with separate custom.el
I'm using jabber 0.8.0 with emacs 26.1 on ubuntu.
The text was updated successfully, but these errors were encountered:
tarsius
pushed a commit
to emacsmirror/jabber
that referenced
this issue
Jul 29, 2023
If I place Customize variable in a separate file using
(load "~/.config/emacs/custom.el")
than upon startup jabber is unavailable in the menu despite having(require 'jabber)
in init.elIf I open corresponding Customize group tha account list is empty although variables are set properly in custom.el
Copy-pasting account name & password from custom.el to Customize form and pressing "Apply and save" makes Jabber appear in the menu and makes it usable.
Other packages doesn't have any problems with separate custom.el
I'm using jabber 0.8.0 with emacs 26.1 on ubuntu.
The text was updated successfully, but these errors were encountered: