Renato Pontefice <[email protected]> writes: > When I run emacs, I receive the following error: > Warning (initialization): An error occurred while loading > ‘/Users/renatopontefice/.emacs.d/init.el’: > > Symbol's value as variable is void: Enable
There is something wrong (most likely, some stray text) inside your init.el (configuration file). It would help if you can share it. > 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. Disable showing > Disable logging > > So I open it wit the sidestep option . > —debug-init. ùAnd I receive the following message You missed "--". Should be --debug-init, not -debug-init. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
