about summary refs log tree commit diff
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-09-07T18·48+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-09-07T18·48+0100
commit88a683e4080c60bd75c495557fb8e2d52932aac2 (patch)
treeb8c7b75cd235632135f2aa96032ea7411d4c6b8e /emacs/.emacs.d/init.el
parent62a7478bd2e4165a3c9e504a9ae084b822e01501 (diff)
Display all byte-compile-warnings
I've reconsidered; setting this to just '(cl-functions) is not what I want.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 2b99f0d96427..35c388f1d00c 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1,9 +1,3 @@
-;; 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)