"Fix" warning about package initialization
This commit is contained in:
parent
f4610f3bf4
commit
29dae947b3
4
init.el
4
init.el
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue