Skip to content

Commit

Permalink
Hide cl deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alecigne committed Jan 28, 2023
1 parent 26ba510 commit 704a493
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

(setq custom-file (expand-file-name "custom.el" user-emacs-directory))

;; Hide warning about package still requiring 'cl
(setq byte-compile-warnings '(cl-functions))

(setq package-quickstart t
package-archives '(("gnu" . "https://elpa.gnu.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")
Expand Down

0 comments on commit 704a493

Please sign in to comment.