init.el: Fix helm gtag binding typo
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
07c797ab31
commit
618c129b1a
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -210,7 +210,7 @@
|
|||
;; Gtags
|
||||
"mgc" '(helm-gtags-create-tags
|
||||
:which-key "Create tag db")
|
||||
"mgd" '(helm-gtags-fing-tag
|
||||
"mgd" '(helm-gtags-find-tag
|
||||
:which-key "Find definitions")
|
||||
"mgf" '(helm-gtags-select-path
|
||||
:which-key "Jump to a file in tag db")
|
||||
|
|
Loading…
Reference in a new issue