diff -r b1f428a6944d -r ea34f404a5f9 .emacs-my --- a/.emacs-my Sun Nov 27 21:06:29 2022 +0200 +++ b/.emacs-my Sun Nov 27 21:16:56 2022 +0200 @@ -137,6 +137,8 @@ ;; Prevent Emacs from loading 'default.el', which is loaded after '.emacs'. (setq inhibit-default-init nil) ; t/nil +(setq warning-suppress-types '(comp)) + (defun my-eval-buffer () "Evaluate entire buffer with re-assigning values to `defvar' / `defcustom'. Useful during package development."