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
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
Debugger entered--Lisp error: (void-variable Enable)
eval-buffer(#<buffer *load*> nil "/Users/renatopontefice/.emacs.d/init.el"
nil t) ; Reading at buffer position 972
load-with-code-conversion("/Users/renatopontefice/.emacs.d/init.el"
"/Users/renatopontefice/.emacs.d/init.el" t t)
load("/Users/renatopontefice/.emacs.d/init" noerror nomessage)
startup--load-user-init-file(#f(compiled-function () #<bytecode
-0x148fea9201ab75f>) #f(compiled-function () #<bytecode -0x1f3c686ddc0d6275>) t)
command-line()
normal-top-level()
Cn someone tell me where I the error?
TIA
Renato