Suppress dictionary nonexistence error

This commit is contained in:
condy 2020-12-08 01:16:22 +08:00 committed by James N
parent f9ef230569
commit c9ccc3065f
1 changed files with 1 additions and 1 deletions

View File

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