karlicoss / cloudmacs

Selfhost your Emacs and access it in browser
https://beepb00p.xyz/cloudmacs.html
GNU General Public License v3.0
509 stars 27 forks source link

How can I load doom config correctly #3

Open GTrunSec opened 4 years ago

GTrunSec commented 4 years ago

autoloads.pkgs.el could not find pkg path completely. I guess one way to solve this problem. before you run gotty with emacsclient, run bin/doom refresh or doom/install first.

karlicoss commented 4 years ago

Hey, not sure, never tried doom config! I guess you could docker exec -it on the container, run the commands you mentioned manually and then restart the container to see if it helps.

GTrunSec commented 4 years ago

test failed nixos :: ~ » docker exec -ti cloudmacs sh -c "/home/emacs/.emacs.d/bin/doom refresh" Symbol’s value as variable is void: if run bin/doom correctly still need adjust some arguments.🙁

``` emacsclient: can't find socket; have you started the server? emacsclient: To start the server in Emacs, type "M-x server-start". Warning: due to a long standing Gtk+ bug https://gitlab.gnome.org/GNOME/gtk/issues/221 Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost. Using an Emacs configured with --with-x-toolkit=lucid does not have this problem. Source file ‘/home/emacs/.emacs.d/.local/autoloads.pkg.el’ newer than byte-compiled file; using older file Autoload file error: autoloads.pkg.el -> (file-missing Cannot open load file No such file or directory helm-easymenu) ```