fix silly paren bug

This commit is contained in:
amirrezaask 2020-03-20 03:04:25 +03:30
parent 8edd51788b
commit 069766f635
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
(defkey global-map 'comment-line :evil (:normal "SPC l c"))
(defkey global-map 'describe-key :evil (:normal "SPC d k"))
(defkey global-map 'describe-function :evil (:normal "SPC d f"))
(defkey global-map 'describe-variable :evil (:normal "SPC d v"))
(defkey global-map 'describe-variable :evil (:normal "SPC d v"))))
(cheatsheet-add :group '--HELP--
:key "C-?"