diff options
| author | condy <condy0919@gmail.com> | 2020-12-08 01:16:22 +0800 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2020-12-07 11:06:17 -0800 |
| commit | c9ccc3065f46c1654f1cc0d41cd2f5cff184d273 (patch) | |
| tree | af6ced3567587b6e64857a7c949a44823f66e993 | |
| parent | f9ef230569ab58219048179ee857d11d295c6dee (diff) | |
Suppress dictionary nonexistence error
| -rw-r--r-- | modes/dictionary/evil-collection-dictionary.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/dictionary/evil-collection-dictionary.el b/modes/dictionary/evil-collection-dictionary.el index 5627921..3434379 100644 --- a/modes/dictionary/evil-collection-dictionary.el +++ b/modes/dictionary/evil-collection-dictionary.el @@ -28,7 +28,7 @@ ;;; Code: (require 'evil-collection) -(require 'dictionary) +(require 'dictionary nil t) (defconst evil-collection-dictionary-maps '(dictionary-mode-map)) |
