"Fix" warning about package initialization

This commit is contained in:
Kienan Stewart 2021-12-04 21:24:07 -05:00
parent f4610f3bf4
commit 29dae947b3
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
;; this suppresses warnings about initialization
;; @see https://github.com/cask/cask/issues/463
(setq warning-suppress-log-types '((package reinitialization)))
(require 'cask "~/local/share/cask/cask.el")
(cask-initialize)