Suppress cl deprecation warnings during initialization

See the URL I linked to for more information.
This commit is contained in:
William Carroll 2020-09-07 15:47:47 +01:00
parent cc1a91078a
commit a366f352e6

View file

@ -1,3 +1,9 @@
;; This suppresses the warning about Emacs 27 deprecating the cl library in
;; favor of cl-lib.
;; See this thread for more details:
;; https://github.com/kiwanami/emacs-epc/issues/35
(setq byte-compile-warnings '(cl-functions))
;; load order is intentional
(require 'wpc-package)
(require 'wpc-misc)