Add doom/version command

This commit is contained in:
Henrik Lissner 2018-05-07 18:10:58 +02:00
parent 4ef70174b0
commit 7269abbe2f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 16 additions and 0 deletions

View file

@ -230,6 +230,7 @@
:desc "Reload theme" :n "R" #'doom//reload-theme
:desc "Describe DOOM setting" :n "s" #'doom/describe-setting
:desc "Describe variable" :n "v" #'describe-variable
:desc "Print Doom version" :n "V" #'doom/version
:desc "Describe at point" :n "." #'helpful-at-point
:desc "What face" :n "'" #'doom/what-face
:desc "What minor modes" :n ";" #'doom/what-minor-mode)