and I registered it in my .spacemacs. However, after a restart I get the following wall of errors:
Error (use-package): Cannot load esi
Error (use-package): calibre/:config: Symbol’s value as variable is void: user-cloud-dir
Error (use-package): kindle/:config: Symbol’s value as variable is void: user-clippings-file
Error (use-package): obtt/:config: Symbol’s value as variable is void: user-layer-dir
Error (use-package): org-books/:config: Symbol’s value as variable is void: user-books-file
Error (use-package): Cannot load org-team
Error (use-package): poly-R/:catch: Cannot open load file: Datei oder Verzeichnis nicht gefunden, ess-mode
Error (use-package): w/:catch: Cannot open load file: Datei oder Verzeichnis nicht gefunden, org-ref
Warning (initialization): An error occurred while loading ‘/home/radek/.emacs.d/init.el’:
Symbol's value as variable is void: c-mode-base-map
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.
"Normal" way you can find in setup.sh file. It assumes that you do not have cloned spacemacs.
If you already have spacemacs then execute git clone git@github.com:lepisma/rogue ~/.emacs.d/private/rogue and merge your .spacemacs file with the one in this repository.
I wasn't quite sure how to install the layer, so I cloned it into my
.emacs.d
:and I registered it in my
.spacemacs
. However, after a restart I get the following wall of errors:Here is the backtrace:
What could I do wrong here? Also, what is the "normal" way of installing this setup?