Fix `require` call

This commit is contained in:
Goderich 2020-11-17 10:39:04 +08:00 committed by James N
parent b34516299c
commit b6cc7c891f
1 changed files with 1 additions and 1 deletions

View File

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