⛔ Warning (initialization): An error occurred while loading ‘/Users/suliveevil/.config/emacs/init.el’:
Symbol's value as variable is void: warning-suppress-types
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.
-- Special Form: with-no-warnings body...
In execution, this is equivalent to ‘(progn BODY...)’, but the
compiler does not issue warnings for anything that occurs inside
BODY.
We recommend that you use ‘with-suppressed-warnings’ instead, but
if you do use this construct, that you use it around the smallest
possible piece of code to avoid missing possible warnings other
than one you intend to suppress.