fix byte-compile errors

third-party packages should be required with the NOERROR argument
This commit is contained in:
Yunhao Zhao 2020-02-16 12:18:34 +08:00 committed by James N
parent 45ed80041f
commit e6a4ba695e
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
;;; Code:
(require 'evil-collection)
(require 'dashboard)
(require 'dashboard nil t)
(defconst evil-collection-dashboard-maps '(dashboard-mode-map))

View File

@ -28,8 +28,8 @@
;;; Code:
(require 'ebuku)
(require 'evil-collection)
(require 'ebuku nil t)
;;;###autoload