Remove no-longer-needed cl hack

No packages I use do (require 'cl) any more, so this hack is no longer
needed.
This commit is contained in:
Seth Morabito 2022-10-20 17:34:38 -07:00
parent 0a53bccddc
commit 4268a74d64
1 changed files with 0 additions and 11 deletions

View File

@ -41,17 +41,6 @@
:CUSTOM_ID: basic-setup
:END:
** Hack: Turn Off cl Deprecation Warnings
Some of the packages I use still do ~(require 'cl)~, which is now
deprecated in favor of ~(require 'cl-lib)~. I don't use this
deprecated library myself, so this hack simply silences those
deprecation warnings.
#+BEGIN_SRC emacs-lisp
(setq byte-compile-warnings '(cl-functions))
#+END_SRC
** Native Compilation
If (and only if) Emacs has native compilation available, set it up