Fix SPC h D keybind (wrong command name)

This commit is contained in:
Henrik Lissner
2018-07-04 23:09:07 +02:00
parent c55d6dad17
commit 57bad58dea

View File

@ -624,7 +624,7 @@
:desc "Open Bug Report" :n "b" #'doom/open-bug-report :desc "Open Bug Report" :n "b" #'doom/open-bug-report
:desc "Describe char" :n "c" #'describe-char :desc "Describe char" :n "c" #'describe-char
:desc "Describe DOOM module" :n "d" #'doom/describe-module :desc "Describe DOOM module" :n "d" #'doom/describe-module
:desc "Open Doom manual" :n "D" #'doom//open-manual :desc "Open Doom manual" :n "D" #'doom/open-manual
:desc "Open vanilla sandbox" :n "E" #'doom/open-vanilla-sandbox :desc "Open vanilla sandbox" :n "E" #'doom/open-vanilla-sandbox
:desc "Describe function" :n "f" #'describe-function :desc "Describe function" :n "f" #'describe-function
:desc "Describe face" :n "F" #'describe-face :desc "Describe face" :n "F" #'describe-face