.emacs-my
changeset 1761 ea34f404a5f9
parent 1758 f02cdc92b560
child 1762 a62145ae4fbd
--- 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."