From 4e0890d1fa68c82e16e7133e73d0daaf4a15fa7c Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 24 Jan 2021 08:49:15 -0500 Subject: [PATCH] ignore package cl deprecated warnings --- emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 52ab2a8..213fbe4 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -1,3 +1,6 @@ +;; https://github.com/kiwanami/emacs-epc/issues/35#issuecomment-756701267 +(setq byte-compile-warnings '(cl-functions)) + ;; -- Startup optimizations -- ;; The below will increase the GC limits and remove the file name regex checker ;; for 5 seconds. This helps reduce the number of GC calls and the total time spent