cloudmacs icon indicating copy to clipboard operation
cloudmacs copied to clipboard

How can I load doom config correctly

Open GTrunSec opened this issue 6 years ago • 2 comments

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.

GTrunSec avatar Dec 04 '19 22:12 GTrunSec

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.

karlicoss avatar Dec 04 '19 23:12 karlicoss

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)

GTrunSec avatar Dec 05 '19 07:12 GTrunSec