summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcondy <condy0919@gmail.com>2020-12-08 01:16:22 +0800
committerJames N <james@jojojames.com>2020-12-07 11:06:17 -0800
commitc9ccc3065f46c1654f1cc0d41cd2f5cff184d273 (patch)
treeaf6ced3567587b6e64857a7c949a44823f66e993
parentf9ef230569ab58219048179ee857d11d295c6dee (diff)
Suppress dictionary nonexistence error
-rw-r--r--modes/dictionary/evil-collection-dictionary.el2
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))